LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstalling using rpm -e (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-using-rpm-e-162554/)

ako 03-26-2004 04:24 AM

uninstalling using rpm -e
 
Recently I installed yahoo messenger in my Red Hat 9 box by using the command rpm -i and it worked fine, now that I wanted to uninstall the package I tried the command rpm -e but it prompts me "error: package is not installed" how can I uninstall ym and second what is the difference of make, make install command with rpm -i command... thanx...

-AKO-

beejayzed 03-26-2004 05:11 AM

Firstly make, make install are for installing packages from source. The rpm -i command is to install a precompiled package.
Now for your problem. Try rpm -q package name for yahoo messenger(put a relative name). Now try rpm -e exact package name. You should do all this as root.


All times are GMT -5. The time now is 05:55 PM.