View previous topic :: View next topic |
Author |
Message |
blueyellow n00b
Joined: 18 Apr 2002 Posts: 73
|
Posted: Tue Apr 23, 2002 4:05 pm Post subject: uninstall mozilla 1.0rc1 |
|
|
hello
how can i remove mozilla-1.0rc1, which was not installed by emerge but from the original sources from www.mozilla.org. "make uninstall" do not work!
olli |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue Apr 23, 2002 4:59 pm Post subject: |
|
|
You need to go through the places where the install process placed files and manually remove those using rm -rf or something similar. (be careful with rm -rf -- it's trivially easy to render your system completely useless by being careless with that command)
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
zerogeny Tux's lil' helper
Joined: 17 Apr 2002 Posts: 85
|
Posted: Wed Apr 24, 2002 1:37 am Post subject: |
|
|
doesnt mozilla install to a single directory anyway? _________________ Searched the web for zerogeny.
Results 1 - 1 of 1. Search took 0.05 seconds |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed Apr 24, 2002 1:46 am Post subject: |
|
|
zerogeny wrote: | doesnt mozilla install to a single directory anyway? |
Not sure on Gentoo specifically, but in general, no. Debian, for example, has the following:
Code: | M3:/usr/src/linux# find / -name mozilla
/usr/bin/mozilla
/usr/share/doc/mozilla
/usr/doc/mozilla
/usr/lib/mozilla
/etc/alternatives/mozilla
/etc/mozilla
/var/lib/dpkg/alternatives/mozilla
/var/lib/mozilla
|
There can also be individual .mozilla config files in home directories as well.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
|