Linux : How to enable automatic updates with YUM on RHEL/CentOS?
Enabling automatic updates installation as they come available is quite easy. First, install the yum-cron utility as followed : yum install yum-cron Make sure the service is running : service yum-cron start Then enable the service on boot : chkconfig yum-cron on Optionnaly, you may want to exclude some packages from being updated, just edit… Read More »