Get the information on all the rpms installed on the system
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. 🙂
Related Articles:
- 2010/07/23 How To Install Ailurus 10.05 On Fedora | HowtoForge - Linux Howtos and Tutorials
- 2010/07/14 Configurable Linux Distro You Might Want To Try – Fedora
- 2010/06/25 wordpress blog stats monitoring from remote using curl and bash and send it in mail.
- 2010/06/25
- 2010/06/24 Check file usage using fuser
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.