1.

Solve : Red Hat Command to show versions?

Answer»

Is there a command I can issue that will show all patches/updates that have been INSTALLED on the system? Something SIMILAR to showrev -p in a Solaris system?

if you have been USING YUM to automatically or MANUALLY update your system type:
su
password
less /var/log/yum.logTry
$ rpm -qa

and you will see all installed rpm-packages.



Discussion

No Comment Found