LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   rpm List in RH 9 (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-list-in-rh-9-a-64383/)

fettouhi 06-08-2003 01:20 PM

rpm List in RH 9
 
I have a question. Does RH 9 keep a list over the rpm's I have installed on my linux besides the ones I installed with distribution? If it does that where is it then and can I see it.

Kind Regards

André Fettouhi

Crashed_Again 06-08-2003 02:08 PM

Any rpm that is installed is recorded in the rpm database. You can query if you have a certain package by doing:

rpm -qa | grep <package name>

There is also a log kept of rpm packages in /var/log/rpmpkgs


All times are GMT -5. The time now is 08:16 AM.