Spotlight | Reviews | Current Issue | Academy | Newsletter | Subscribe | Shop |
Departments

Partner Links
Make your own website
WinWeb OnlineOffice
Comparing prices of hardware is worth it.
Price Comparison
What:
Where:
Country:
vacatures Netherlands njobs Linux vacatures
arbeit Deutschland njobs Linux arbeit
work United Kingdom njobs Linux jobs
Lavoro Italia njobs Linux lavoro
Emploi France njobs Linux emploi
trabajo Espana njobs Linux trabajo

user friendly

Admin Magazine

ADMIN Network & Security

Subscribe now and save!

 ADMIN - Explore the new world of system administration! ADMIN is a smart, technical magazine for IT pros on heterogeneous networks. Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:

  • network security
  • system management
  • troubleshooting
  • performance tuning
  • virtualization
  • cloud computing

 on Windows, Linux, Solaris, and popular varieties of Unix.

http://www.admin-magazine.com/

  linux-magazine.com » Online » Blogs » Productivity Sauce » Install the Latest Versions of Firefox and Thunderbird Using Ubuntuzilla  

Productivity Sauce
Productivity Sauce

Install the Latest Versions of Firefox and Thunderbird Using Ubuntuzilla

If you are running Ubuntu or any of its derivatives and you want to use the latest and greatest versions of the Firefox browser and the Thunderbird mail client, Ubuntuzilla has the solution for you. The project maintains a software repository containing the latest packages of Firefox, Thunderbird, and Seamonkey. And you install any of these packages on your system in three supremely easy steps. First, you have to add the Ubuntuzilla repository to your sources list. You can do this by adding the following line to the list of third-party repositories in the Synaptic package manager:

deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main

Alternatively, you can add the repository by running the following command in the terminal:

echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null

Next, add the package signing key using the following command:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

Update then the package database using the sudo apt-get update command, and you are done. To get the latest version of Firefox, install the firefox-mozilla-build package. You can do this either using Synaptic or running the command below:

sudo apt-get install firefox-mozilla-build

The Firefox version installed from the Ubuntuzilla repositories appears in the Applications -> Internet menu as Mozilla Build of Firefox. In a similar manner, you can install Thunderbird (the thunderbird-mozilla-build package) and Seamonkey (the seamonkey-mozilla-build package).

Comments

Daily build

Foppe Hemminga Mar 05, 2010 1:31pm GMT

You find the daily build (including 64bit) here: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa

No 64bit version :(

adam Mar 04, 2010 2:42pm GMT

this repository doesn't seem to contain a 64 bit version

Print this page. Recommend
Share