formats

CentOS Yum Automatic Updates



How to set CentOS to use automatic updates

1. yum install yum-cron

2. chkconfig yum-cron on

3. /etc/init.d/yum-cron start

That’s it! This job will run when regular cron.daily tasks are scheduled to run as specified in /etc/crontab.




Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux CentOS Yum Automatic Updates