Your Fuzzy God
Group: Members
Posts: 260
Joined: July 2005 |
|
Posted: July 27 2005,14:58 |
|
Unlike Window$, there really isn't an "uninstall" option. It isn't necassary because there isn't a registry that the program needs to run from. All programs run from files. Basically, you need to track down the files and delete them. The easiest way to go about doing this is to do a "whereis" search.
Open Xterminal and type "whereis firefox"
This should return the following: /usr/local/firefox /usr/local/bin/firefox
Deleting these folders should get rid of firefox. You would also want to remove the icon from the desktop. To do so, you would delete:
/home/dsl/.xtdesktop/firefox.lnk
*Assuming you login as the default user, dsl.
Hope this helps,
-Cody Mainframe Computers
|