LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can I list all RPM's installed on my box? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-list-all-rpms-installed-on-my-box-380904/)

abefroman 11-07-2005 05:02 PM

How can I list all RPM's installed on my box?
 
How can I list all RPM's installed on my box?

acid_kewpie 11-07-2005 05:07 PM

rpm -qa

homey 11-07-2005 05:41 PM

I find it slightly easier to sort the results and put it in a file.
rpm -qa | sort > list.txt


All times are GMT -5. The time now is 10:41 AM.