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

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.

^ 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

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]

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.

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.)

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

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]

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

    • No registered users viewing this page.
  • Posts

    • If I could, I would commemorate it the best way possible: Replacing old machines that are still running Windows XP with something more modern, stable and better.     Noone and nothing should be running Windows XP in 2026.
    • Google's new hand-wave reCAPTCHA can be bypassed with a stock photo by Ivan Jenic Image: Screenshot Google is testing a new reCAPTCHA method that asks you to wave at your camera to prove you're human. So, besides solving puzzles and reading distorted text, you can now use your computer’s camera to pass the verification test. When the hand gesture verification is triggered, your browser asks for camera access and prompts you to perform a simple gesture, like a wave or an open palm. Google says it records a short video of the movement and uses AI to extract 21 hand-knuckle coordinates to complete the verification process. The video is then immediately deleted, and Google swears it doesn't keep it. The process alone can be uncomfortable for people who wouldn’t want their biometric data, which hand scans technically qualify as, recorded. But it gets even more nuanced, as early testers discovered that the new hand-waving reCAPTCHA can be passed with a simple stock image. A user on X tested the new challenge using a stock image of a hand fed through OBS Virtual Camera, and it passed. I wanted to verify it, so I tried the same thing. It took me a few tries and a few stock images, but in the end, I was also able to pass the test. I simply had to readjust the stock image of a generic person waving inside OBS, and Google’s mechanism registered it as a legitimate hand gesture. Once again, it didn’t even have to be a video or an AI-generated hand animation. Given the simplicity of the process, the entire action can be automated in minutes. All it takes is a simple Python script to render the new reCAPTCHA method obsolete. And it doesn’t even have to be an AI bot, which is usually used for solving puzzles and other verification methods. The new reCAPTCHA method is still in its early phase, and Google will, hopefully, update its AI to at least reject still images. However, this incident, combined with users’ initial skepticism about Google’s practices regarding user data, likely won’t make too many people wave at the camera anytime soon.
    • 🤣🤣🤣🤣🤣 "to fund healthcare and tuition" 🤣🤣🤣🤣 Who do you think you are talking about, some COMMUNIST? We are better than them, doG bless Murica!!! p.s. I'm from a country where government does exactly that, i.e. not form US.
    • Apparently not. I know it is on Edge for business at the moment, but how long will it be before it become on the home version of Edge?
  • Recent Achievements

    • First Post
      carols23 earned a badge
      First Post
    • One Month Later
      Tom Willson earned a badge
      One Month Later
    • Apprentice
      Asgardi went up a rank
      Apprentice
    • One Month Later
      sunrisea2milk earned a badge
      One Month Later
    • Week One Done
      sunrisea2milk earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      +Edouard
      256
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      Steven P.
      89
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!