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

    • Ridiculous claim that the labor cost difference of $6000 annually would increase cost per phone by $200. The employees produce 3 phones per month or what?
    • Sparkle 2.20.1 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.1 changelog: You can now change the Animation Direction from Up, Left, or Off. Added configurable animation direction (Up, Left, Off) for improved accessibility Added TTL caching to the system info backend Refactored tweak application flow to await NvidiaProfileInspector Improved IPC listener cleanup to correctly remove specific listeners Fixed online status not updating after successful network requests Updated system info tests to support backend caching Removed electron-toolkit utils dependency in favor of internal is.dev helper Fixed unwanted files and folders being included in application bundles Download: Sparkle 2.20.1 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Never used the G7 Pro, but I've never had a good experience with that style of d-pad and fighting games.
    • And I just bought a seat cushion for my mesh chair. The chair feels nice but the first time I sat in it with boxers, I realized I don't like the feel of mesh on my legs. 😂
    • "This Dell 27 inch 4K 120Hz IPS monitor is really cheap after a very long time" ... Lol.
  • Recent Achievements

    • One Month Later
      JKR earned a badge
      One Month Later
    • Dedicated
      Asgardi earned a badge
      Dedicated
    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • One Month Later
      Excellence2025 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      247
    3. 3
      PsYcHoKiLLa
      153
    4. 4
      Steven P.
      84
    5. 5
      macoman
      64
  • Tell a friend

    Love Neowin? Tell a friend!