Introduction
You may need a list of what RPMs will be updated before running "yum update"
Procedure
The following command will check what RPMs that would be updated and list them.
yum check-update
If you would like to proceed with installing those RPMs then run
yum -y update
Comments
0 comments
Article is closed for comments.