Get the information on all the rpms installed on the system
| Hot: |
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.
related post
- My Images
- Bash Tips & Tricks
- BDay Snaps
- Nature
- Python program to download youtube video -- written by Ricardo Garcia Gonzalez
Related Posts -
Configurable Linux Distro You Might Want To Try - Fedora Rounding out the fall releases from the big cheeses in... -
Top 3 Sites To Help You Become A Linux Command Line Master] Image by fogus via Flickr The truth about Linux today...
Related Websites - Online Dating Tips. When we are talking about online dating we always mean...
- Macau Package Tours Up a Whopping 46.1% Macau saw 459,093 visitor arrivals in package tours in November...
























