Here’s a one-liner to get the info on all the packages installed on your system.
rpm -qa –info |tee All_rpms_Info
This is what it does, when you query the rpm database with the –info parameter, then the output looks something like the below, which is quite helpful.
Name : rpm Relocations: (not relocatable)
Version : 4.6.0 Vendor: Fedora Project
Release : 0.rc3.1.fc10 Build Date: Sat 13 Dec 2008 12:38:24 AM IST
Install Date: Tue 13 Jan 2009 09:22:50 PM IST Build Host: x86-5.fedora.phx.redhat.com
Group : System Environment/Base Source RPM: rpm-4.6.0-0.rc3.1.fc10.src.rpm
Size : 3662666 License: GPLv2+
Signature : DSA/SHA1, Tue 06 Jan 2009 08:20:24 PM IST, Key ID bf226fcc4ebfc273
Packager : Fedora Project
URL : http://www.rpm.org/
Summary : The RPM package management system
Description :
The RPM Package Manager (RPM) is a powerful command line driven
package management system capable of installing, uninstalling,
verifying, querying, and updating software packages. Each software
package consists of an archive of files along with information about
the package like its version, a description, etc.
So, this is probably much more useful info. All the output is displayed on the terminal as well as written in the file called All_rpms_info.
Originally posted 2009-01-24 22:28:32.
Sphere: Related Contentrelated post
- Bash Tips & Tricks
- My Images
- Python program to download youtube video -- written by Ricardo Garcia Gonzalez
- 5 Ways to Print Folder and Directory Contents in Windows
- 10 Websites to Compare Google vs Bing Results Side By Side
Related Posts -
Remote X applications on local display in Fedora 11 (leonidas). [ad#ad-2] I wanted to open some X applications on my... -
root shell auditing and syslog entry for all commands of shell [ad#ad-2] A lot of times there is a need to...
Related Websites - Building Your Own Gym At Home pt 1 Why spend all that money on a gym membership when...
- Pensioner Debt Sale Results for August 07 Sale Pensioner (the former #1 lender on Prosper by amount loaned)...

























