• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do you UNINSTALL in Linux?

Soccer,
Linux doesnt usually have a "uninstall" feature unless you install a program with something like a RPM. In this case Netscape whichever version it is, is run from directories and placed in your $PATH (/usr/bin in most cases) You can look for the directories by typing "whereis netscape" and making note of the directories and remove (rm foobar) from each dir.






SHUX
 
Well the commands I gave will probably puke...and if they don't here's the real reason I'm running Debian now: dependcies!
 
You might be able to gather some information as to where stuff is installed from the Makefile. Also, some make files have options to "make uninstall."
 
Back
Top