LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstalling an application (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-an-application-248258/)

eosa 10-28-2004 02:46 AM

uninstalling an application
 
Hi,

To view the compiled html help files (.chm), I installed xchm ( which required me to install additional two packages, namely chmlib and wxgtk), but I couldn't run it. those all were in tar.gz and I extracted, compiled and installed as it it said in the book. Now I want to uninstall and try my chance again in installing. How can I uninstall them? (make uninstall didn't work).

Thanks for your answer(s) in advance.

Tinkster 10-28-2004 02:24 PM

If you installed them using "make install" and "make
uninstall" isn't implemented you can't (easily). Method
a) read the makefile and follow the steps it takes
in installation and remove them manually ... method b)
install checkinstall, do the make install again, and then
remove them with the package management system of
your distro, rpm, apt or removepkg ... if none of those
are for you stick with method a) ;)


Cheers,
Tink


All times are GMT -5. The time now is 12:42 PM.