CartMetrix - Do you know yours?

« DLoads Pepper Version 0.5 | Home | Kill a Specific Process of a Specific User »

10/16/2005

RPM Tricks

List all installed RPM packages

rpm -qa

Search for a specific package

rpm -qa | grep searchterm

Search for a package with a name starting with searchterm:

rpm -qa | grep ^searchterm

Get information about an installed package, including all installed files:

rpm -qil packagename

Find out what files have been changed from the original RPM distribution for a package:

rpm -Va packagename

Popularity: 15%

Trackback:

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2008 damonparker.org. all rights reserved.

Close
E-mail It