Re: ntfs-3g

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Karl Larsen <k5di@xxxxxxxxxx> 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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux