Table of Contents

How to update Yum using yum-cron

yum-cron is great utility for automatic installing and updating the Yum utilities.

Let us install the yum-cron

sudo yum install yum-cron

We can enable it using system command

sudo systemctl enable yum-cron

Let us start the yum-cron service now

sudo systemctl start yum-cron

We can check the status now..

systemctl status yum-cron



Related Posts