Which command will allow you to find a specific installed package?
A.
rpm — listrpmname
B.
rpm -qvl rpmname
C.
rpmrpmname
D.
rpm -qv rpmname
E.
rpm -frpmname
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