Checking if a software package is installed - Linux Views : 327
Tagged in : Linux
0 0
Send mail
Checking if a software package is installed

To check if a software is installed do use the below command:

rpm -q software-name



You can get the list of all installed packages:

rpm -qa



Example:

To check if, say, ghostscript is installed:

rpm -q ghostscript




By Sanju, On - 2009-11-10



    Login to add Comments .