How to install only Security Updates on CentOS
February 3, 2013 at 8:16 am Leave a comment
Hi Folks
These commands are useful when you want to install only the sceurity updates in order to meet any compliance such as PCI
First you need to install the security plugin for the Yum
#yum install yum-security
Once it installed
#yum list-security —–> To check the security updates avaialable
#yum update –security ——> To install only the Securuty Updates.
Good Luck..
Entry filed under: Linux.
Trackback this post | Subscribe to the comments via RSS Feed