How to manually Check for Package Updates
The following command prints a list of packages that need to be updated:
# yum check-update
To actually install these updates, run:
# yum update
How to manually Check for Package Updates
The following command prints a list of packages that need to be updated:
To actually install these updates, run: