How to verify updates are installed using subscription management?
Greetings. I receive several errata and update notifications, but how does one check to see if the desktop is being updated? Is there a way to view installed updates? Thank you. (RHEL desktop 5.9)
Responses
Hi Mark, how are you?
You can check the updated packages in logs. Basically to yum and rhn comunication we have two useful logs:
/var/log/up2date -> Will show you the RHN comunication and the conectivity status
/var/log/yum.log -> Installed, removed, updated packages
You can also run the history from yum to have this information:
# yum history list
# yum info ID -> Where ID you should replace with the ID from the list command above.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
