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

    • Internet Download Manager (IDM) 6.43 Build 2 by Razvan Serea Internet Download Manager (IDM) is a tool to increase download speeds by up to 8 times due to its smart dynamic file segmentation technology. Unlike other download managers and accelerators, Internet Download Manager segments downloaded files dynamically during download process, and it reuses available connections without additional connect and login stages to achieve the best possible acceleration performance. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. All popular browsers are supported IDM integrates seamlessly into Google Chrome, FireFox, Microsoft Edge, Opera, Safari, Internet Explorer, Maxthon and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. The program supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and video content processing. IDM includes web site spider and grabber IDM downloads all required files that are specified with filters from web sites, for example all pictures from a web site, or subsets of web sites, or complete web sites for offline browsing. It's possible to schedule multiple grabber projects to run them once at a specified time, stop them at a specified time, or run periodically to synchronize changes. Easy downloading with one click When you click on a download link in a browser, IDM will take over the download and accelerate it. You don't need to do anything special, just browse the Internet as you usually do. IDM will catch your downloads and accelerate them. IDM supports HTTP, FTP, HTTPS and MMS protocols. Changes in Internet Download Manager 6.43 Build 2: Resolved the problem that caused a "403 Forbidden" error when downloading some files Fixed a problem causing IDM download panel not to appear on some websites Fixed a bug that caused a crash when converting some TS files to MP4 Download: Internet Download Manager 6.43 Build 2 | 11.9 MB (Shareware) Links: Internet Download Manager Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I am not a US citizen nor a Trump fan. Respect to both left and right. But I will, for the sake of fun, predict something for my own. There will come a day when the US and China will collide like titans ( over Taiwan or anything else ). Then, on that day, some people in this comment section will realize how good an idea it was to become independent in areas like that. ( Or atleast try )
    • Microsoft Edge gets tons of security features, including AI model that can see your screen by Usama Jawad Microsoft Edge may not be the most popular browser out there, but it does receive quite frequent updates that sometimes bring surprising new features and axe others that are not as popular. Now, Microsoft has detailed some of the new security enhancements that it has introduced in Edge for Business, typically used by commercial customers. Microsoft has emphasized that security features are baked into Edge for Business and offer native integration with security and governance tools like Defender and Purview. Browser sessions are governed by default on managed devices but can also be governed through dedicated work profiles on unmanaged devices. An important aspect in this area is controlling the use of shadow AI. We have talked about this before, but it essentially restricts employees from using unsanctioned AI apps through data loss prevention (DLP) policies, with Edge redirecting them to trusted AI services like Microsoft 365 Copilot. This feature, available as a pay-as-you-go (PAYG) license, ensures that confidential data never exits AI boundaries set by your organization in Purview. Additionally, Microsoft also has strong DLP policies for contractors. Contractors leveraging a Entra ID-joined work profile provisioned by their contracting company on a device managed by their actual employer can be restricted from downloading files locally. In such scenarios, the file is saved on the contracting firm's OneDrive rather than being downloaded locally. Another useful Edge security feature disallows copying and pasting from unmanaged locations and apps. Similarly, DLP policies can be configured at a granular level to restrict screenshots or downloading of files from certain locations. In the same vein, IT admins can block the installation of extensions, hosted apps, themes and scripts, and control if users can install extensions from external locations. They can also enable the installation of specific extensions and allow users to request access to certain extensions, so that they can be managed on a case-by-case basis. Finally, Edge for Business now has an on-device AI model that uses computer vision to see what's on your screen and block potentially malicious content immediately. This does not rely on site reputation, as it simply monitors what is being displayed on your screen, which means that it is effective against malicious content that takes over your screen and employs scareware tactics. Since this is an on-device AI model, it does use your system's resources, so it's enabled by default only on devices with at least 2GB of RAM and four CPU cores. You can find more details in the Microsoft Mechanics video here.
  • Recent Achievements

    • Dedicated
      Zeynel earned a badge
      Dedicated
    • 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
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      247
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      86
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!