• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install Firefox 45.0.2 On Ubuntu 16.04

Install Firefox 45.0.2 On Ubuntu 16.04

By Sourabh / April 18, 2016 Category: How To, Ubuntu

Firefox 45.0.2 web browser has been released. Install Firefox 45.0.2 on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivatives.

Firefox 45.0.2 is the latest version released. The Firefox 45.0.2 brings the following changes:

  • Fix an issue impacting the cookie header when third-party cookies are blocked
  • Fix a web compatibility regression impacting the srcset attribute of the image tag
  • Fix a regression with the copy and paste with some old versions of some Gecko applications like Thunderbird
  • Fix a crash impacting the video playback with Media Source Extension
  • Fix a regression impacting some specific uploads

Install Firefox 45.0.2 on Ubuntu

Run the following commands in Terminal to install Firefox 45.0.2 on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivatives:

Install Firefox 45.0.2 on 32 Bit Ubuntu Linux Systems

$ wget https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/45.0.2/linux-i686/en-US/firefox-45.0.2.tar.bz2
$ tar -xjvf firefox*.tar.bz2
$ sudo rm -rf /opt/firefox*
$ sudo mv firefox /opt/firefox
$ sudo ln -sf /opt/firefox/firefox /usr/bin/firefox

Install Firefox 45.0.2 on 64 Bit Ubuntu Linux Systems

$ wget https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/45.0.2/linux-x86_64/en-US/firefox-45.0.2.tar.bz2
$ tar -xjvf firefox*.tar.bz2
$ sudo rm -rf /opt/firefox*
$ sudo mv firefox /opt/firefox
$ sudo ln -sf /opt/firefox/firefox /usr/bin/firefox

Once installed, open Firefox from Ubuntu Dash or Terminal.

Uninstall Firefox

If you want to uninstall and remove Firefox, run the command:

$ sudo rm -r /opt/firefox/firefox /usr/bin/firefox

Tags: Install Firefox 45 on Ubuntu 14.04, Install Firefox 45 on Ubuntu 14.10, Install Firefox 45 on Ubuntu 15.04, Install Firefox 45 on Ubuntu 15.10, Install Firefox 45 on Ubuntu 16.04, Install Firefox 45.0.2 on Ubuntu 16.04, Install Firefox on Ubuntu 16.04, Install Firefox Web Browser on Ubuntu 16.04, Ubuntu 16.04 Install Firefox

Primary Sidebar

Latest Posts

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap