Checking if a software package is installed

by Sanju 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




Tagged in:

933
like
0
dislike
0
mail
flag

You must LOGIN to add comments