LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Stupid choice using RPM (https://www.linuxquestions.org/questions/linux-software-2/stupid-choice-using-rpm-58281/)

mrsolo 05-05-2003 06:27 PM

Stupid choice using RPM
 
I installed firestarter on my server to configure my firewall (I know, I'm a slave to the GUI). It was an RPM package. Now I am wanting to uninstall it using the rpm -e command but I get an error that the package is not installed. It is in fact installed and I did type the package name correctly. Can anyone offer any help to uninstall it? I would just delete all references given to me by the whereis command but firestarter configures the firewall during the system startup and I am concerned that if I uninstall it by just deleting it it will screw up my system bootup.

BigNate 05-05-2003 06:36 PM

first try
$rpm -q package_name
to query and verify it is indeed there. Which you should be sure of but...

then try

$rpm -e --allmatches package_name

Aussie 05-05-2003 06:59 PM

Try running updatedb.

BigNate 05-05-2003 07:17 PM

Quote:

Originally posted by Aussie
Try running updatedb.
Does that do it?? I thought that would update the db that
$locate
uses, I thought the command for rpm was
$rpm --rebuilddb

I don't know and I just skimmed the man to check it out. I didn't see anything. I use apt4rpm so I don't muck with rpm directly too much.

mrsolo 05-05-2003 07:26 PM

nevermind, I am an idiot. I figured it out, you have to just type the package name without all the file extensions.


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