Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorgreen
bgColor#F3F9F4
borderStylesolid

 

Applying Security Updates
Anchor
linuxupdates
linuxupdates

CentOS (command line):

Install and use the yum-security plugin.
To install the plugin run:

 

Panel
borderColorgreen
borderStylesolid
yum install yum-security

 

To list all updates that are security relevant, and get a reutrn code on whether there are security updates use:

 

Panel
borderColorgreen
borderStylesolid
yum --security check-update

 

To apply updates that are security relevant use:

 

Panel
borderColorgreen
borderStylesolid
yum --security update

 

...