All HowTo's Cyber-Security Linux Redhat, Fedora and CentOS Linux

Install security updates only with YUM

This article is a quick description of how to install security updates on a CentOS or Redhat system without installing other normal updates. First install the YUM Plugin:

yum install yum-security

You can optionally list the available security updates:

yum list-security

Now you can run the following to install security updates only:

yum update --security

Leave a Reply

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