- 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
No comments:
Post a Comment