LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   I can't remove installed yahoo messenger package in redhat 9 (https://www.linuxquestions.org/questions/linux-desktop-74/i-cant-remove-installed-yahoo-messenger-package-in-redhat-9-a-501748/)

Unicorn 11-15-2006 04:00 AM

I can't remove installed yahoo messenger package in redhat 9
 
I just install yahoo messenger 1.04 in red hat 9.0. Then I uninstall it by go to installed dir and remove manually. Now I cann't install that pack again, I get a message " this package had installed". I want to reinstall it, can I do it? and how?

bob_man_uk 11-15-2006 04:21 AM

did you install it via RPM?

try

rpm -q yahoo

you should get some output as to the yahoo package name, copy it and type

rpm -e <paste output>

should sort you out, if you didnt use rpm... im stumped

Unicorn 11-15-2006 04:28 AM

I use rpm to install and us rpm -e [package name] to remove after delete dir manually, but it always show that message when I reinstall.

bob_man_uk 11-15-2006 04:41 AM

then try re-installing with



rpm -i --force <package name>


All times are GMT -5. The time now is 09:04 AM.