LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Could use help on uninstalling mozilla (https://www.linuxquestions.org/questions/linux-software-2/could-use-help-on-uninstalling-mozilla-50353/)

cjnkns 03-17-2003 05:49 PM

Could use help on uninstalling mozilla
 
I have searched through this forum and google, but I still have some remaining questions on uninstalling Mozilla.

I am currently using Mozilla1.0.1 and would like to upgrade.
According to the Mozilla release notes I need to remove the mozila1.0 directory and the /.mozilla directory.

My problem is that I have a /usr/share/idl/mozilla-1.0.1 directory i have a
/usr/include/mozilla-1.0.1 directory and a /usr/lib/mozilla-1.0.1 directory.

Do I remove them all?

If I use the rpm -e option there are a ton of dependencies that I do not know if i should bypass or remove or what?

I could really use some guidance!!

doublefailure 03-17-2003 06:16 PM

rpm -qa | grep -i mozilla

you will see all rpms that consitutes mozilla browser/mail client/etc

you can do
rpm -e --nodeps those files



rpm -e --nodeps `rpm -qa | grep -i mozilla` might work or might now work.. =(

Smerk 03-17-2003 06:20 PM

./ mozilla will be in your home directory as a hidden folder.

i'ld suggest renaming that so you can save your mail etc, should be able to import all of that when you install new version.

as for rpm, suggest removing all of the dependancies, but don't blame me if something else breaks!!

in future I suggest that you don't use rpms, rather compile from source, more control that way.

doublefailure 03-17-2003 06:38 PM

yeah compiling source is much cleaner.
but it takes forever to compile mozilla unless you have 2.0Ghz+ cpu

i would use rpms for mozilla/galeon/gaim ..
everything else.. source compile =)

cjnkns 03-17-2003 08:03 PM

I'll give it a shot.

Thank you

Crashed_Again 03-17-2003 08:22 PM

The new Mozilla version 1.3 has a simple install script that will delete previous versions of Mozilla. During the GUI install you will be prompted and asked if you want to remove the previous version.

cjnkns 03-17-2003 09:49 PM

Thanks.

So you suggest I should just run the rpm install and it will take care of it?

or use the tar.gz file

Crashed_Again 03-17-2003 09:57 PM

Mozilla 1.3 comes in tar.gz. When you unpack it:

tar xzvf mozilla*

and go into the new directory:

cd mozilla*

there is a script called something like installer.sh . Just do:

./installer.sh

and the rest is self-explanatory.

cjnkns 03-17-2003 10:02 PM

Thanks.

I'll do it that way then. I just wasn't sure if it would cause problems if I didn't remove the old one first.

Cuz I had tired to do it like that before and ran into problems.
I have a shortcut icon on my panel that wouldn't open mozilla(i had to link it to the new one) and my documentation for my system by defualt opens in mozilla. But after I installed mozilla it started to open in konquorer?

Why is that?

Crashed_Again 03-17-2003 10:30 PM

What probably happened was that when you uninstalled mozilla redhat changed the default browser to konquorer. Now you have to change it back. I'm not sure exactly how.

cjnkns 03-17-2003 11:24 PM

ok,

I checked out info on FHS and from what I understand programs should typically be installed in /usr/local.

But it looks to me like mozilla-1.0.1 is installed in /usr/include which is for c files or something like that.

Won't this mess up my install of a new version? If i install in /usr/local?

I know im being crazy about this I just don't want to mess anything up


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