LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   uninstall netscape (https://www.linuxquestions.org/questions/linux-software-2/uninstall-netscape-60750/)

eye 05-20-2003 12:26 AM

how do uninstall netscape7.01 in linux
 
redhatlinx9.0 is use..
i installed to netscape.tar.gz...
how do uninstall netscape in linux??

iceman47 05-20-2003 06:04 AM

I don't know if those are sources, but if you've installed it like this:
./configure
make
make install
then the only thing you have to do to uninstall the software is to do a make uninstall, when you're in the original folder.
So when you've extracted netscape.tar.gz
tar -zxvf netscape.tar.gz
then went in the folder
cd netscape
then configure, make & make install
now in order to undo the make install, do a make uninstall.

eye 05-20-2003 09:00 AM

As netscape install, run ./netscape-installer command in terminal window..
netscape readme file writed not to netscape uninstall method.
As you told, i typed make uninstall in termina winodw
error message is appear.
make:*** No rule to make target 'uninstall'. stop
"make uninstall" word mean a uninstall command??

JayCnrs 05-20-2003 02:06 PM

I believe you could just go to /usr/local and delete the Netscape folder and you should be set.


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