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

    • Shutter Encoder 20.2 by Razvan Serea Shutter Encoder is one of the best video converter software and image, audio available today. It has been designed by video editors in order to be as accessible and efficient as possible. It is one of the few free professional tools. Based on FFmpeg, it has the largest codec library available. You can thus convert your files into many different formats. Complete settings for the most advanced Shutter Encoder has a panel containing a large number of settings, in order to define your own choices based on your files and perfect your video or audio output. Well-thought-out settings, with parameters predefined to create files quickly and easily. List of functions Without conversion: Cut without re-encoding, Replace audio, Rewrap, Conform, Merge, Extract, Subtitling, Video inserts Sound conversions: WAV, AIFF, FLAC, MP3, AAC, AC3, OPUS, OGG Editing codecs: DNxHD, DNxHR, Apple ProRes, QT Animation, GoPro CineForm, Uncompressed YUV Output codecs: H.264, H.265, VP9, AV1, OGV Broadcast codecs XDCAM HD422, AVC-Intra 100, XAVC, HAP....and much more. Shutter Encoder 20.2 changelog: Added "Intel Quick Sync" hardware acceleration for Linux Added 'Identify speakers' option for "Audio transcription" function Improved installer package Improved video player performance Improved timecode display with drop-frame videos Improved naming convention for surround audio files Fixed splash screen freeze Fixed bug with file hanging Fixed bugs with presets loading Fixed bugs with video player's buffer Fixed bug with 'Total length of file' option Fixed bugs with 'Record screen/device' option Fixed bug with "XAVC" & "XAVC Long GOP" functions Rollback to XPDF tool for PDF conversion Removed unused binary architecture for Mac Various corrections Various improvements Download: Shutter Encoder 20.2 | 166.0 MB (Open Source) Download: Shutter Encoder Portable | 185.0 MB Links: Shutter Encoder Home Page | FAQ / Tips | macOS | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • did you give it permission to do so? its probably on the ToS. After that South Park episode I'm paying attention to them lol
    • Ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha   No
    • I already have AI "Scareware blocker" on my private profile, it's in "Settings > Privacy, search, and services > Security". I've disabled it because I know what scareware is and don't need AI to tell me.
    • Google are also developing a version that will require you to use an Android device that passes Google Play Integrity for reCAPTCHA challanges: https://reclaimthenet.org/goog...or-de-googled-android-users That will lock people out of various website that don't use Google blessed versions of Android sadly.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      535
    2. 2
      +Edouard
      265
    3. 3
      PsYcHoKiLLa
      152
    4. 4
      Steven P.
      99
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!