Firefox 17.0 or Firefox unofficial builds *specifically* for Ubuntu 11.04


Recommended Posts

As we know, Ubuntu 11.04 is EOL and no software update lands on the PPAs or official repos.

That said, I'm looking for Firefox 17, or unofficial Firefox 17 builds specifically for Ubuntu 11.04... you know, something like waterfox/palemoon, but for Linux which will continue getting updates and which can read the existing Firefox 16.x profile so that I don't have to set it all up again.

Does anything like this for Linux exist? Help, guys! :D

Link to comment
Share on other sites

I could do that, download the .tar, extract and run.

That would however result in more than 1 Firefox on the system, which I don't want and then I'd need to do this for each and every subsequent release :p

That's why i'm looking for a PPA or something similar if available, where I can continue receive updates without manual intervention.

Link to comment
Share on other sites

^ Isn't there a simple 'Update button' on Firefox, that you click, and it checks for Updates to Firefox ?

There is in the Windows version.

I know nothing about Linux.

Link to comment
Share on other sites

^ Isn't there a simple 'Update button' on Firefox, that you click, and it checks for Updates to Firefox ?

There is in the Windows version.

I know nothing about Linux.

Nup, not there on Linux.

I googled around and found a Nightly trunk build PPA for firefox and I'm on Firefox 19... I'm happy now ;)

The other question is, how do I get the Nightly to use my existing 16.02 profile :s

Link to comment
Share on other sites

Just out of curiosity, why are you still using Ubuntu 11.04 when you know its EOL? Its not getting updates anymore and probably isn't entirely secure. Its as bad as using Windows 2000 Professional as your primary OS. (Okay, maybe not quite that bad... but close.)

If you insist on using this particular version of Ubuntu, which no one is likely to build newer stable versions of Firefox for, you could probably switch to the Debian builds of Firefox for Squeeze. My instructions below will probably work, but I didn't test it and don't make any guarantees.

(Note that Iceweasel is Debian's version of Firefox. Mozilla won't let Debian apply any custom patches or make minor modifications to Firefox make it work for all architectures they support while still using Mozilla's branding. You can read all about it here if you are interested. For all intents and purposes Iceweasel is Firefox.)


# Become root.
sudo -s

# Add the Iceweasel backports repository for Debian Squeeze.
touch /etc/apt/sources.list.d/iceweasel-release.list
echo 'deb http://mozilla.debian.net/ squeeze-backports iceweasel-release' > /etc/apt/sources.list.d/iceweasel-release.list
echo 'deb-src http://mozilla.debian.net/ squeeze-backports iceweasel-release' > /etc/apt/sources.list.d/iceweasel-release.list

# Update your sources.
apt-get update
apt-get upgrade

# Remove Firefox so there are no package conflicts.
# (I'm not sure if the Iceweasel or Firefox packages have the proper package conflicts since each assumes the other doesn't exist.)
apt-get purge firefox
apt-get autoremove
apt-get autoclean

# Install the latest version of Iceweasel that has been backported to Squeeze.
apt-get install -t squeeze-backports iceweasel

# Drop back out of your root session.
exit
[/CODE]

Link to comment
Share on other sites

Just out of curiosity, why are you still using Ubuntu 11.04 when you know its EOL? Its not getting updates anymore and probably isn't entirely secure. Its as bad as using Windows 2000 Professional as your primary OS. (Okay, maybe not quite that bad... but close.)

If you insist on using this particular version of Ubuntu, which no one is likely to build newer stable versions of Firefox for, you could probably switch to the Debian builds of Firefox for Squeeze. My instructions below will probably work, but I didn't test it and don't make any guarantees.

(Note that Iceweasel is Debian's version of Firefox. Mozilla won't let Debian apply any custom patches or make minor modifications to Firefox make it work for all architectures they support while still using Mozilla's branding. You can read all about it here if you are interested. For all intents and purposes Iceweasel is Firefox.)


# Become root.
sudo -s

# Add the Iceweasel backports repository for Debian Squeeze.
touch /etc/apt/sources.list.d/iceweasel-release.list
echo 'deb http://mozilla.debian.net/ squeeze-backports iceweasel-release' > /etc/apt/sources.list.d/iceweasel-release.list
echo 'deb-src http://mozilla.debian.net/ squeeze-backports iceweasel-release' > /etc/apt/sources.list.d/iceweasel-release.list

# Update your sources.
apt-get update
apt-get upgrade

# Remove Firefox so there are no package conflicts.
# (I'm not sure if the Iceweasel or Firefox packages have the proper package conflicts since each assumes the other doesn't exist.)
apt-get purge firefox
apt-get autoremove
apt-get autoclean

# Install the latest version of Iceweasel that has been backported to Squeeze.
apt-get install -t squeeze-backports iceweasel

# Drop back out of your root session.
exit
[/CODE]

Thanks for the detailed instructions as always mate, I'll keep 'em handy. Forthe moment though, I've found what I was looking for. Actually not exactly what I wanted, but I'm happy - I found a PPA for the trunk builds of Firefox that're available for Natty as well and I'm currently on the v19.01 of it. I researched a bit before going trunk and found it was pretty stable. In actual use too, as of now, it's very stable for a Nightly and all the extensions I use work - so no complaints there :)

As to why I'm sticking to 11.04, well, I'm a huge customization freak and I'm sticking around mostly for Gnome 2. Sure, I could move to a newer distro and install Gnome 2x, but then I'd have to reconfigure *everything* from scratch, which I don't really have the time for :(

I'm not too worried about security patches because I have iptables set up and also am behind a hardered router.

Link to comment
Share on other sites

If you really want to keep the GNOME 2 experience, I recommend that you upgrade to Debian Wheezy with the MATE desktop environment. Unless you are talking about reinstalling packages, which there is no way around, you can simply keep your home directory when upgrading to keep your customized settings. (Alternatively you could use Ubuntu or Mint with MATE, but I prefer Debian.)

Link to comment
Share on other sites

If you really want to keep the GNOME 2 experience, I recommend that you upgrade to Debian Wheezy with the MATE desktop environment. Unless you are talking about reinstalling packages, which there is no way around, you can simply keep your home directory when upgrading to keep your customized settings. (Alternatively you could use Ubuntu or Mint with MATE, but I prefer Debian.)

That's what I plan to do eventually, soon enough :D

Link to comment
Share on other sites

Depending on how risky you want to be, you could do one of a few things. (I recommend backing up your data no matter which you choose.)

1. Backup your data and do a clean install of your new operating system of choice. (I recommend Debian Wheezy with MATE.) This option is the least risky but the most work.

2. Upgrade Ubuntu from 11.04 to 12.04 (or 12.10 if you wish). I'm not sure if this is a supported upgrade path, but you could always choose the unsafe method of replacing every reference to natty in /etc/apt/sources.list and /etc/apt/sources.list.d with precise (or quantal). This method is mostly theoretically safe and less work than doing a reinstall (if everything works).

3. Upgrade directly from Ubuntu 11.04 to Debian Wheezy with MATE. This is definitely not a supported upgrade path, but should theoretically work. Backup and remove all extra repositories in /etc/apt/sources.list.d, import the Debian Wheezy Automatic Archive Signing Key (ASC) and MATE ASC, and backup and replace your /etc/apt/sources.list with the one below. This method is the most risky but definitely the least work (if everything works).


deb http://ftp.us.debian.org/debian testing main contrib non-free
deb-src http://ftp.us.debian.org/debian testing main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

deb http://repo.mate-desktop.org/debian wheezy main
deb-src http://repo.mate-desktop.org/debian wheezy main
[/CODE]

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.