Monday, May 19, 2008

Listing Installed RPMs

There are two basic ways to list all installed RPMs. The basic list is stored in /var/log/rpmpkgs. However, this is updated only once a day. If you want the most current list, run the following command:

# rpm -qa

The /root/install.log file include all packages installed when RHEL was installed on this system. It's not updated after installation.

0 comments: