[How to uninstall a proggy] -
How to uninstall a proggy
Discuss How to uninstall a proggy
Posted by: ADZ
How do you uninstall a program in Linux? I am thinking that my XMMS my be 'corupt' or something. I want to completely remove it and start from scratch.
Is this done through commands or is there an application needed?
Thanks!
I am getting the hang of this, theres just little 'quirks' that I come across.
Posted by: ADZ
so "rpm -e xmms" will remove xmms?
Posted by: gruntwerk
if installed by rpm yes,
if installed by make install
then usually make uninstall will work
Posted by: ADZ
that didnt work. Any other suggestions???