Listing installed software in CentOS
Get list all installed software :
# rpm -qa > /tmp/installed.log
note : /tmp/installed.log -> log directory can be change to other directory
Search software in log
# grep 'psa' /tmp/installed.log
Hello. My name's Kate. I love Linux, WordPress - own a WordPress dedicated design studio, a beginner entrepreneur who co-founded Asia software company. This is where i blog about Linux, WordPress, daily life and other interesting stuff
Status: available
Get list all installed software :
# rpm -qa > /tmp/installed.log
note : /tmp/installed.log -> log directory can be change to other directory
Search software in log
# grep 'psa' /tmp/installed.log
This site powered : WordPress. Made with PC (sorry, MAC), Coffee and Tofu
Add a Comment