LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RedHat installed packages database (https://www.linuxquestions.org/questions/linux-software-2/redhat-installed-packages-database-151238/)

atlesn 02-27-2004 01:29 PM

RedHat installed packages database
 
Hello!

Where is the database containing information about which rpms that is installed on my system located? It would be quite useful if I could remove packages manually. Im running RH9.

david_ross 02-27-2004 01:35 PM

The db is in /var/lib/rpm

To query it:
rpm -qa | grep -i PACKAGE

To remove packages:
rpm -e PACKAGE

atlesn 02-27-2004 01:41 PM

thx for help!!


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