LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-01-2004, 09:05 AM   #1
minotaur_6
LQ Newbie
 
Registered: Jan 2004
Location: Switzerland
Distribution: Fedora Project
Posts: 7

Rep: Reputation: 0
How can I upgrade the Mozilla browser?


I would only like to upgrade the existing Mozilla version 1.4.1 on my Fedora kernel, to version 1.6, rather that installing the newer version in another directory...

is there a way of doing so?

Thank you for your help

M.
 
Old 02-01-2004, 10:45 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Not really, just put it in a new directory then symlink the executeables to your path somewhere.
 
Old 02-01-2004, 10:47 AM   #3
quartertone
LQ Newbie
 
Registered: Jun 2003
Distribution: Gentoo (and Fedora Core 1, Fedora Core 2)
Posts: 26

Rep: Reputation: 15
I'd also like to know this as well. I'm on RH9.0, and recently downloaded and installed Mozilla 1.6 without really thinking of the consequences (I've been doing that a lot recently...). The result of this was that my old version (1.2.1) of mozilla got replaced (as far as I can tell) and now /usr/bin/mozilla will run the new version, located in /usr/loca/mozilla-bin. The problem is that (in GNOME) if I launch mozilla, either by clicking its icon or clicking a link in an email, for example, when there is already a mozilla session running, I get asked to choose a profile. Before my installation of 1.6, it just defaulted to the most recently used browser window or opened a new window under the same profile.

I thought of trying rpm -e mozilla (which would uninstall 1.2.1, but i noticed a whole bunch of dependencies of "mozilla = 1.2.1-26 is needed by ...". What to do? Anyone else ever encounter this?

q
 
Old 02-01-2004, 11:09 AM   #4
PipeCrawler
LQ Newbie
 
Registered: Dec 2003
Posts: 19

Rep: Reputation: 0
rpm -Uvh

Download rpm files for all the mozilla 1.6.x and type rpm -Uvh mozilla*.rpm. and then just lay back and enjoy :-)

 
Old 02-01-2004, 12:34 PM   #5
minotaur_6
LQ Newbie
 
Registered: Jan 2004
Location: Switzerland
Distribution: Fedora Project
Posts: 7

Original Poster
Rep: Reputation: 0
it's be more usefull to tell us what this command does than tell us to sit back and enjoy..lol

ths for the tips anyways...the reason why i don't want to simply "addA another mozilla installation is that i want to avoid having so much software on my hard drive taking up space...i could also download and install mozilla firebird, netscape and every other browser i can find...i ONLY need one, not an old 1.4.1 mozilla AND a new one installed someplace else,,,

my disk space is valuable :P

M.
 
Old 02-01-2004, 12:36 PM   #6
Atmchicago
Member
 
Registered: Apr 2003
Location: Baltimore
Distribution: Fedora
Posts: 220

Rep: Reputation: 32
-Uvh upgrades the existing version to the rpm's version.

I believe man rpm will tell you all you need to know about rpm and its usage.
 
Old 02-01-2004, 12:42 PM   #7
nightjar
Member
 
Registered: May 2002
Location: Argentina
Distribution: Mandrake 9.2
Posts: 177

Rep: Reputation: 30
Quote:
Originally posted by minotaur_6
it's be more usefull to tell us what this command does than tell us to sit back and enjoy..lol
M.
If you run
rpm --help you cn see all the options

U=update
v=verbose
h= print hash marks (####)

 
Old 02-01-2004, 01:05 PM   #8
eeried
Member
 
Registered: Jan 2004
Distribution: Xubuntu Dapper - Debian Etch - Puppy Linux
Posts: 136

Rep: Reputation: 15
Hello,

I thought if you want to install the latest version of Mozilla (or Mozilla Firebird or thunderbird) you ought to remove the former version first. Same thing with OpenOffice.org.

Instructions for Mozilla installation from the tar.gz files (one has an installer , the other hasn't) can be found in the release notes. They don't explain every command but the instructions look right.

I haven't installed it because I'm not sure I've got the right libraries, and I hate the thought of removing my old version of Mozilla and find I can't run the new one.

I don't know about rpm but i suppose the package installs the right libraries.
 
Old 02-01-2004, 01:24 PM   #9
PipeCrawler
LQ Newbie
 
Registered: Dec 2003
Posts: 19

Rep: Reputation: 0
OK.
sorry for my first short answer :-)
rpm = redhatpacketmanager it's a tool to install rpm packages in redhat and fedora and even in slackware if you like. the command rpm -Uvh tells rpm to Upgrade, and rpm -ivh tells rpm to install an rpm pakage, if you would like to try a different kernel ex. kernel 2.6.1 then you give command rpm -ivh kernel 2.6.1.rpm, and it vill install alonge side of your'e other kernel,while rpm -Uvh kernel..... will upgrade you're kernel to the new one, for you and your'e Redhat or fedoras sake dont install apps that come in tar.gz because the rpm is using a database and if you dont install with rpm then the database will not be updated. instead you can use yum or synaptic,
this will ease things when you later maybe will uninstall apps.
about firebird : i downloaded it and unpakt it and that was it, it lives in its own mapping so you dont need to install anything, try it you like it :-)
 
Old 02-01-2004, 10:17 PM   #10
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
If it sucks too much, you can replace Fedora with Debian and point your sources.list to the 'unstable' tree (which aint that unstable) and apt-get install mozilla

Its a thought. After playing with deb, rpm, and tgz, I think I prefer deb. The upkeep is easier. Up to you. Good luck.
 
Old 04-03-2004, 03:52 PM   #11
redratio1
LQ Newbie
 
Registered: Apr 2004
Location: Texas
Distribution: Fedora
Posts: 4

Rep: Reputation: 0
Forgive my Linux n00biness

Ok, so there is no easy way to uninstall mozilla 1.4.1 so I can install mozilla 1.7b?
It says I should not install over it.

Using the gnome add/remove applications doesn't really help because there are dependnecies, and for some reason Fedora required some lib to be installed for me to uninstall mozilla.

Yes, I'm confused.
I guess I should say "the heck with it," and install 1.7b along side 1.4.1, however, I really would like to learn Linux, and that means I want to learn how to do things properly.

Can some one help?

BTW I know how to gunzip, rpm, and tar and all that. I just don't know the consequence of doing so in this particular instance.

Last edited by redratio1; 04-03-2004 at 03:57 PM.
 
Old 04-03-2004, 04:28 PM   #12
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
if you can get the newer version as an rpm, you should just be able to install it. The upgrade will happen automatically. I've used Mandrake for some time. Its rpm-based and I haven't had a problem with installs or upgrades. And, yes, some packages depend on Mozilla (like Epiphany) but if you don't use these things, you won't miss them. More likely than not, you'll be required to upgrade these things with your Mozilla install. Then it won't matter, will it.
 
Old 04-03-2004, 04:52 PM   #13
Atmchicago
Member
 
Registered: Apr 2003
Location: Baltimore
Distribution: Fedora
Posts: 220

Rep: Reputation: 32
When I used rehdhat i kind of learned to screw dependencies. I believe there are two flags that are useful: something like "force" and "nodep"... haven't used rpm in a while, but basically they install/uninstall rpms rergardless of the dependencies. So remove 1.4, then add 1.7b.
 
Old 04-03-2004, 04:57 PM   #14
redratio1
LQ Newbie
 
Registered: Apr 2004
Location: Texas
Distribution: Fedora
Posts: 4

Rep: Reputation: 0
Great replies, thanks guys!

Ok sum it up here:
1. Screw the dependencies for mozilla.
2. Download an rpm version of mozilla 1.7 NOT an installer app.
3. Use rpm -e mozilla.rpm to remove 1.4.1
3. Use rpm -ivh moz*.rpm on the new mozilla package to install it

Is that about right?

Last edited by redratio1; 04-03-2004 at 04:59 PM.
 
Old 04-03-2004, 05:03 PM   #15
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
should work. if not, it'll tell you what's needed and you can google it. You might want to install apt-rpm or yum so you can have a decent chance opf getting all the right stuff. I haven't found a good reason to ever try Redhat again. It was the first distro I tried and it was frought with problems for me and I was clueless. I went with Debian (which they said was hard) and it installed without a hitch and upgraded easily as well. Mandrake's urpmi is a close second and I like what's offered, so I choose both. Since Fedora doesn't seem to have a manual, i tried to find a good explanation in the Redhat 9 docs.

All I can say is no wonder people are here asking questions (and why Redhat referrs you here as well...). Wow.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with Mozilla browser Neutron1998 Linux - Software 1 10-05-2004 04:36 PM
Problem with Mozilla Browser Manash Linux - Software 1 08-16-2004 07:49 AM
Hi again! Mozilla Browser Skills Linux - Newbie 7 03-30-2004 12:55 AM
Mozilla Browser HELP Josh328 Mandriva 17 02-12-2004 12:11 PM
Mozilla browser undershepherd Linux - Software 4 02-14-2003 09:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration