Friday, November 21, 2008

List of installed packages in linux

I am using CentOS and was wondering how to get a list of all packages installed on my system:

I found a site: Here

which claims
rpm -qa | sort | less

does the trick, however I am unable to find a package I am pretty sure is installed so I am not sure if their is a better method.

No comments: