ntfs-3g

Ingemar Nilsson init at pdc.kth.se
Fri Aug 3 13:04:39 UTC 2007


Karl Larsen <k5di at zianet.com> writes:

> this is from /var/log/yum.log:

This is not a good way to list installed packages, as it only lists those
packages installed by Yum after the system was installed. Packages
installed during system installation are listed in /root/install.log.

Anyway, if you want to list all installed packages, there are a couple of
ways.

% rpm -qa

or

% yum list installed

To search for just a specific package or groups of packages, you could use

% rpm -qa | grep -i package-name

or

% yum list installed | grep -i package-name

To see all packages, installed or not, use

% yum list all

Regards
Ingemar




More information about the users mailing list