Checking if a software package is installed
by Sanju[ Edit ] 2009-11-10 15:12:53
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