Versions Compared

Key

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

...

 

Panel
borderColorgreen
borderStylesolid
sudo 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
sudo yum --security check-update

 

To apply updates that are security relevant use:

 

Panel
borderColorgreen
borderStylesolid
sudo yum --security update

 

Ubuntu (command line):

...