Yum-cron: Difference between revisions

From Freephile Wiki
This changes nothing
revert edits to fix search where character encoding was a problem
 
Line 1: Line 1:
<code>yum-cron</code> will work just like Debian's [[unattended upgrades]]. Use it to keep your RedHat or CentOS* host up-to-date with security patches and even regular package updates. yum-cron is an alternate interface to [[yum]], optimized for cron.  
<code>yum-cron</code> will work just like Debian's [[unattended upgrades]]. Use it to keep your RedHat or CentOS* host up-to-date with security patches and even regular package updates. yum-cron is an alternate interface to [[yum]], optimized for cron.  


<code>update_cmd = default</code> is the only option that works "out of the box" for CentOS -- meaning you can't be choosy and can't apply only security updates. The work-arounds are: use a different distro (e.g. Scientific Linux does security updates automatically), or become a patron of Steve Meier's repository which adds in the security metadata <ref>https://updateinfo.cefs.steve-meier.de/</ref>
'''* Note:''' As the official CentOS repositories don't provide any security metadata, <code>update_cmd = default</code> is the only option that works "out of the box" for CentOS -- meaning you can't be choosy and can't apply only security updates. The work-arounds are: use a different distro (e.g. Scientific Linux does security updates automatically), or become a patron of Steve Meier's repository which adds in the security metadata <ref>https://updateinfo.cefs.steve-meier.de/</ref>


Similarly, you can use <code>yum autoremove</code> to remove obsolete packages from your system.
Similarly, you can use <code>yum autoremove</code> to remove obsolete packages from your system.

Latest revision as of 08:16, 31 December 2018

yum-cron will work just like Debian's unattended upgrades. Use it to keep your RedHat or CentOS* host up-to-date with security patches and even regular package updates. yum-cron is an alternate interface to yum, optimized for cron.

* Note: As the official CentOS repositories don't provide any security metadata, update_cmd = default is the only option that works "out of the box" for CentOS -- meaning you can't be choosy and can't apply only security updates. The work-arounds are: use a different distro (e.g. Scientific Linux does security updates automatically), or become a patron of Steve Meier's repository which adds in the security metadata [1]

Similarly, you can use yum autoremove to remove obsolete packages from your system.

References