02 January 2011

to check installed packages in fedora

to query the system for all packages
[dba@dinesh ~]$ rpm -qa


to query the system for a specific program
[dba@dinesh ~]$ rpm -qa | grep

here to check for the program named brasero
e.g. rpm -qa | grep brasero

No comments:

Post a Comment