LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to uninstall software! (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-software-364756/)

oliverkazaam41 09-19-2005 01:37 AM

How to uninstall software!
 
Hi am new to linux, I am using Linux SuSe. I have just installed a program, but I dont know how to uninstall it. Is there a builtin program for it like add/remove programs of windows. Thanks!!

raskin 09-19-2005 03:06 AM

How did you install it? As far as I remember, SuSe uses rpm. So maybe you should run the application, open xterm and run ps - so you'll know how the executable is called. Then close the appliation, and run "rpm -qf $(which <known executable name>)" (no quotes, surely). Then try rpm -ev <returned package name without version> and post the output to the forum if it complains.

tkedwards 09-19-2005 06:04 PM

Quote:

Is there a builtin program for it like add/remove programs of windows
THere is, have a look in YAST - it has a software install/remove thingy.


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