Add new comment
RPM
Find out the version number of an installed package
Get a list of all installed packages
Find out to which package a file belongs
Display information about the specified package:
Show the files that will be installed for the specified package file:
Listing the files in a package file
rpm -q Blahblah
Get a list of all installed packages
rpm -qa
Find out to which package a file belongs
rpm -qf /home/dirk/bla.ttx
Display information about the specified package:
rpm -qi rpm
Show the files that will be installed for the specified package file:
rpm -qp1 bla.rpm
Listing the files in a package file
rpm2cpio logrotate-1.0-1.i386.rpm | cpio -t
Technology:
Bookmark/Search this post with
Xing
Facebook
Google
identi.ca
LinkedIn
Twitter