- To list a specific package, you use
rpm -qa|grep (package)
- To find out what package a file came from
rpm -qf /usr/sbin/sshd
- To show details of a not-yet-installed package
rpm -qip Singular-release.rpm
- Find out what the package depends on
rpm -qR openssh-server
- Show the files contained in an installed package
rpm -qi openssh-server
Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Tips on RPM (Part 1)
Read up on some good tips on RHEL / Fedora RPM from Linux Format magazine. thought I list it down to use it in the future.