How To Install firefox-3.0.tar.bz2 in Linux
Q. How To Install Firefox 3.0 tar.bz2 (firefox-3.0.tar.bz2 file) in Linux?
A. You won't lose any of your bookmarks or browsing history created by Firefox 2.0, but some of your extensions and other add-ons might not work until updates for them are made available.
Backup Existing Firefox 2.0 Settings
Just backup existing Firefox 2.0 settings:
$ mkdir ff.backup/
$ cp -avr .mozilla/ ff.backup/
Installing Firefox 3 on Linux
Just use the following instructions to download and install Firefox.
Download Firefox 3.0 for Linux
Visit official website to grab latest version. You can also use wget command to download firefox.
$ cd /tmp
$ wget 'http://download.mozilla.org/?product=firefox-3.0&os=linux&lang=en-US'
Linux Install Firefox for all users
First close all running old Firefox 2.x sessions. Login as the root and type the following command to move old firefox 2 and install Firefox 3 under Linux:
# cd /opt
# mv firefox firefox.old
# cp /tmp/firefox-3.0.tar.bz2 .
# tar -jxvf firefox-3.0.tar.bz2
To start firefox, enter:
$ /opt/firefox/firefox &
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- How to install firefox-2.0.tar.gz in Linux
- Install PHP 5 in Red Hat Enterprise Linux 5
- Ubuntu Linux: How do I install .deb packages?
- PHP Linux installation or php upgrade howto
- Howto: Firefox Install Multimedia Player VLC with plug-in
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: firefox install linux, firefox linux install, how to install firefox in linux, how to install firefox linux, how to install firefox on linux, install firefox 3 linux, install firefox on linux, installing firefox linux, installing firefox on linux, update firefox linux




June 17th, 2008 at 6:07 pm
Good!
June 17th, 2008 at 8:37 pm
I have Ubuntu 8.04 which came with FireFox 3.0 beta 5.
How do I get to install the final release by replacing the beta content ?
My /opt folder is empty !
June 17th, 2008 at 11:01 pm
Simply install it and always start ff from a shell prompt /opt, till Ubuntu releases updated package.
June 18th, 2008 at 5:27 am
Its odd that we have to wait for a update from Ubuntu without us manually updating it directly.
Anyway, turns out, Ubuntu has already released an update to FF3 final.
June 28th, 2008 at 1:07 am
Hey,
Given the “tar.bz2″ thing in the filename for “firefox-3.0.tar.bz2″, I thought I would fine Firefox’s source code compressed, rather than already-compiled-and-ready-for-execution files.
That was pretty confusing, since all the “innocent and newie” souls like me would go and do a search on Google like “installing tar.bz2 files”, and what you get are tons of Linux sites speaking of “source-code compressed stuff” which requires kind of complex commands for installation (decompressing it, compiling it, installing and so on).
What’s going on exactly? I’ll be just grateful if somebody can throw some light on this.
Thanx a lot in advance!
June 28th, 2008 at 7:40 am
JohnnyLonie,
Go here to grab source code. Building package is not complex. All you need is build tools and a little experience.
June 28th, 2008 at 4:56 pm
Hey,
A giant thank you for your quick reply. But I’m not really interested on the source code of Firefox at the moment.
I just want to make it clear how come they’re using the “.tar.bz2″ thing for distributing already compiled binary files, when they actually -according to most of the Linux sites- in “tar.bz2″ file you should always include the source code of your program only, and not binaries.
All you gotta do is a search on google with the keywords “installing tar.bz2 files”, and -like I said- you’ll get tons of Linux sites speaking of “./configure, make install”, and other complex commands.
Now the thing is you download the firefox-3.0.tar.bz2 file, and you’ll see there are no source in it. So the question is just what’s going on?
Once again, thanx a lot in advance!
June 29th, 2008 at 11:12 am
RPMs for RPM based system do exist!
June 30th, 2008 at 1:15 pm
I have followed ur advice but i got confuse when i tried to use firefox is still old version 2.0.0.8
I use fc8.
any advices?
June 30th, 2008 at 5:16 pm
@adhoy: you have to launch firefox on the command line giving the full path.
if you extracted the tarball in /opt/firefox
then /opt/firefox/firefox is the path to application
June 30th, 2008 at 11:52 pm
-rwxr-xr-x 1 root root 3949 2008-05-29 16:21 /opt/firefox/firefox
-rwxr-xr-x 1 root root 7476 2008-05-29 16:21 /opt/firefox/firefox-bin
root@srg-desktop:/# /opt/firefox/firefox &
[1] 8348
root@srg-desktop:/# /opt/firefox/run-mozilla.sh: 442: /opt/firefox/firefox-bin: not found
[1]+ Exit 127 /opt/firefox/firefox
root@srg-desktop:/#
July 1st, 2008 at 8:09 am
srg,
Run command as a normal user and not as root.
August 2nd, 2008 (4 weeks ago) at 10:10 pm
You guys, some of you don’t know how to talk to people who are really ignorant; do you? Anyway, the confusion is justifiable considering that the standard, at least in the Windows and Mac world - the paid worlds, that is - is that when you double-click an installer, that thing takes care of all the decompression of the archive, the locating of the old install, the upgrade and/or replacement, and the installation of needed binaries to make it all work. Now, what you guys appear to be doing is talking about how to decompress archives or how to run the executable in an archive, but what about the old installation? This download from mozilla.com appears to be a compressed complete installation that doesn’t appear to interact with the old installation or replace it. This is way confusing. Somebody said that RPMs exist for RPM based systems. What the heck are they? I go to mozilla.com and I don’t see any darn RPM of firefox 3. I don’t see a yum version. I don’t see anything but this freekin bz crap that ends up giving me a big folder of a new installation. Arrrrrrrgh.
August 3rd, 2008 (4 weeks ago) at 9:02 am
Mongo, FYI, the above method is applicable for Linux flavours which don’t have an installer. In other cases the popular Linux flavours like Ubuntu, Fedora, SUSE, Gentoo have a package manager bundled with them which allows you to do add, remove packages and also with AUTOMATIC DOWNLOAD i.e. you have to just configure the source repository and give a click via the GUI (or command on CUI) and your app is installed WITH DEPENDENCIES. So, unlike the idiot windows you don’t even have to download the installer!!
August 3rd, 2008 (4 weeks ago) at 9:05 am
Mongo, and further the RPMs for Fedora is available in its repositories. Give a click in the GUI or give the following command as root -
yum install firefox
OR
yum update firefox (if firefox 2 is installed)
August 8th, 2008 (4 weeks ago) at 1:02 am
hey for some reason, it goes through the motions and says it downloaded and installed it, but when i start up firefox, it still says its under version 2. any suggestions?? i am running suse 10.3.
August 16th, 2008 (2 weeks ago) at 11:02 pm
I have Firefox 2 installed on FC8 and I have tried:
yum install firefox
What I get though is the following message:
Could not find update match for firefox
No Packages marked for Update
August 19th, 2008 (2 weeks ago) at 2:58 am
[matias@localhost ~]$ su
Password:
[root@localhost matias]# cd /opt
[root@localhost opt]# mv firefox firefox.old
mv: cannot stat `firefox’: No such file or directory
[root@localhost opt]# cp /tmp/firefox-3.0.1.tar.bz2
cp: missing destination file operand after `/tmp/firefox-3.0.1.tar.bz2′
Try `cp –help’ for more information.
[root@localhost opt]# tar -jxvf firefox-3.0.1.tar.bz2
tar: firefox-3.0.1.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[root@localhost opt]# /opt/firefox/firefox &
[1] 9516
[root@localhost opt]# bash: /opt/firefox/firefox: No such file or directory
[root@localhost opt]#
[1]+ Exit 127 /opt/firefox/firefox
Soy de chile, y tengo ese problema, no se si habre hecho algun paso mal, ocupo TinyMe 2008.
si podrian ayudarme porfavor