Chinaunix首页 | 论坛 | 博客
  • 博客访问: 60982269
  • 博文数量: 173
  • 博客积分: 10400
  • 博客等级: 上将
  • 技术积分: 5973
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-03 22:08
文章分类

全部博文(173)

文章存档

2013年(2)

2012年(1)

2011年(17)

2010年(28)

2009年(76)

2008年(49)

分类: LINUX

2011-10-10 15:55:11

... or any other Linux distribution.

         

This howto explains how to install Firefox 7 on Linux distros, without replacing your current Firefox installation.

Firefox 7 has been released on September 27, 2011.
Firefox 8 is now in Beta channel and will be released on November 8.

More information on Firefox release dates, beta, aurora and nightlies on the official .

 

Summary




 

A. Install Firefox 7 in 5 easy steps1. Download

Download the release from the official channels page:

(if the link does not work, use Mozilla's FTP server)

A 64 bit build is also available in the x86_64 directory of .

This how-to supposes that the downloaded file is saved in the "Downloads" directory situated in your home directory.

 

2. Extract

The downloaded file is a compressed .tar.bz2 archive. In case you want to Learn more on these extensions: , .

To extract this juicy archive, open the Downloads directory. Look for a file named firefox-6.0.tar.bz2, right-click on it and select "extract here".

Alternatively, you can extract the archive from the command line:

cd ~/Downloads/

tar xjf firefox-7.0.tar.bz2

For those interested, here are the tar  arguments used in the command:
x : eXtract
j : deal with bzipped file
f : read from a file (rather than a tape device)

The .tar.bz2 archive can now be deleted.

 

 

3. Move to /opt

External programs like LibreOffice, Google Chrome, Adobe reader, ... are all installed in the /opt directory. If you want more info about why, check out these two links:

If you already had a previous Firefox version installed in the /opt directory, remove it with the following command:

sudo rm -r /opt/firefox

Now move the firefox directory – which was created in your Downloads folder during extraction – to /opt:

sudo mv firefox /opt/firefox7

 

4. Set up symbolic links

Depending on you usage pattern, follow the instructions for case 1 OR for case 2.

Case 1: you want to use Firefox 7 as you default browser:

"Backup" the old Firefox launcher:

sudo mv /usr/bin/firefox /usr/bin/firefox-old

Create a  pointing to the new Firefox version:

sudo ln -s /opt/firefox7/firefox /usr/bin/firefox

No need to update your icons/shortcuts, they should now launch the new version of Firefox.

Your old Firefox version is still installed. If you want to use it, run firefox-old in a terminal or create shortcuts/icons referring to firefox-old.

 

Case 2: you want to keep using your "old" Firefox by default:

Create a symbolic link pointing to the new Firefox version:

sudo ln -s /opt/firefox7/firefox /usr/bin/firefox7

Launch the newly installed Firefox by running firefox7 in a terminal, or create shortcuts/icons referring to firefox7.

 

5. Updates & Final

Firefox 7 will manage its own updates independently of your system's package manager, an download subsequent releases.

There will be no need to repeat the whole "procedure"... Enjoy Firefox 7!

 

 

 

B. Ubuntu's case, Linux Mint and Debian1. Ubuntu: no ubuntu-mozilla-daily ppa!

Many howtos on this subject will tell you to install Firefox pre-versions through Mozilla's  .

Using this ppa will not only install the latest Firefox 9 nightly build, used to be called "minefield" - updated daily! It will also update your current Firefox and Thunderbird to test versions.

These testing versions are not meant to be stable or usable.

→ Avoid this ppa unless you know exactly what you're doing!

 

2. The Firefox Beta ppa: mozillateam/firefox-next

The  will replace your current Firefox installation with the current available version in . Simply run these two commands in a terminal:

sudo apt-add-repository ppa:mozillateam/firefox-next
sudo apt-get update && sudo apt-get upgrade

You may also have a look at the .

Note: you can use only one of these three channels (Aurora, Beta, and Daily) at the same time!

 

4. Official Ubuntu updates for Firefox (automatic)

Since Ubuntu 11.04 "Natty Narwhal", Ubuntu will update automatically to the newest stable Firefox version when it is released. (it may take a few days more, though) This is also valid for Ubuntu 11.10 "Oneiric Ocelot" and upcoming releases.

 

5. Linux Mint 11, and Debian 6 "Squeeze", ...

This howto has been tested with success on the following distributions, with Firefox 4, 5 and 6:

Debian 6 "Squeeze"
Linux Mint 10 "Julia"
Linux Mint 11 "Katya"
Ubuntu 10.04 LTS "Lucid Lynx" (Long Term Support, until April 2013)
Ubuntu 10.10 "Maverick Meerkat" (support until April 2012)
Ubuntu 11.04 "Natty Narwhal" (support until October 2012)

this installation procedure is reliable and should work with a wide range of distributions. Please share your experience with OpenSuse and Fedora in the comments.

 

 

C. Uninstall/remove Firefox 7 (for non-ppa installations)

Remove the Firefox directory:

sudo rm -r /opt/firefox7

You also should consider changing back or removing symbolic links which pointed to the old Firefox directory. Change back:

sudo mv /usr/bin/firefox-old /usr/bin/firefox

Or remove the firefox7 symlink:

sudo rm /usr/bin/firefox7

 

 

D. Run multiple profiles and instances simultaneously

Problem: it is possible to run different Firefox versions with the same profile (profiles are compatible through major versions). However this is not very convenient, as Firefox will check the profiles extensions and plugins every time you start a newer or older version.

Solution: create a profile for each Firefox version. Create new profiles with:

firefox -no-remote -ProfileManager

The -no-remote option starts a new instance of Firefox even if there is already a Firefox instance running. Use the -no-remote option to run Firefox 7 and Firefox 8 instances at the same time.

Let's say that you've created two profiles: ffox7_profile and ffox8-profile. You can start one instance of Firefox 7 and one instance of Firefox 8 with the following commands:

firefox -no-remote -P ffox7-profile
firefox8 -no-remote -P ffox8-profile

 

Now you may create desktop shortcuts / icons / launchers (Gnome: Custom Application Launcher) for each of these Firefox versions with their respective profiles.

If you need some svg icons to recognize your different Firefox installations, here they are. (Obviously these are NOT official Mozilla artwork, please use them wisely.)

   Firefox 6 Logo   Firefox 7 LogoFirefox 8 Logo

 

 

 

By Johannes Eva, December 2010 – October 2011

Updated on June 16: Beta 7 → Firefox 5 RC.
Updated on June 21: RC→ Firefox 5 Final
Updated on July 7: Firefox 5 Final → Firefox 6 Beta 1
...
Updated on August 16: Firefox 6 Beta → Firefox 6 Final
Updated on September 25: Firefox 6 → Firefox 7



link: 

阅读(1074) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~