Which command will allow you to find a specific installed package?
A.
rpm — list rpmname
B.
rpm -qvl rpmname
C.
rpm rpmname
D.
rpm -qv rpmname
E.
rpm -f rpmname
Explanation:
To query the package whether, package is installed or not : rpm -qv rpmname example: rpm -qv
ncurses à It shows rpm fullname, version if installed otherwise it will display package is not
installed. Installed package options: rpm -qa à Lists all installed packages rpm –qf filename à
Shows owning package rpm -qi rpmname à General Information of Package rpm –ql rpmname à
Shows all files owning by this package