Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Red Hat Command to show versions  (Read 8519 times)

0 Members and 1 Guest are viewing this topic.

Brendan Coffey

  • Guest
Red Hat Command to show versions
« on: June 01, 2004, 09:53:54 AM »
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?


jimmy fonga

  • Guest
Re: Red Hat Command to show versions
« Reply #1 on: July 23, 2004, 08:18:56 AM »
if you have been using yum to automatically or manually update your system type:
su
password
less /var/log/yum.log

Addy

  • Guest
Re: Red Hat Command to show versions
« Reply #2 on: August 04, 2004, 04:09:40 AM »
Try
$ rpm -qa

and you will see all installed rpm-packages.