LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to uninstall RHN up2date? (https://www.linuxquestions.org/questions/linux-general-1/how-to-uninstall-rhn-up2date-362477/)

concoran 09-11-2005 07:05 PM

How to uninstall RHN up2date?
 
I did search on the net and on lq forum to see if I could uninsttall it, and tried a few steps, but it keeps popping up everytime I log in.
Is there a way to uninstall it?

TIA,
conco

IBall 09-11-2005 07:42 PM

I think you just need to search for it, like this.
As root:
Code:

rpm -qa | grep "up2date"
This will give you a list of installed applications matching the above string. You should then be able to uninstall it using:
Code:

rpm -e <packageName>
You could also use YUM, see the man page for details.

I hope this helps
--Ian


All times are GMT -5. The time now is 08:24 PM.