• 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 / Ubuntu / Install Firefox 55 In Ubuntu Using Terminal

Install Firefox 55 In Ubuntu Using Terminal

By Sourabh / August 11, 2017 Category: How To, Ubuntu

Mozilla Firefox 55 released. Here’s how to install Firefox in Ubuntu using terminal. On Ubuntu, users can install Firefox via apt-get command. Mozilla Firefox 55 is released with WebVR support making Firefox the first Windows desktop browser to support VR experiences.

Other performance changes include significantly faster startup times when restoring lots of tabs and settings that let users take greater control of our new multi-process architecture. We’ve also upgraded the address bar to make finding what you want easier, with search suggestions and the integration of our one-click search feature, and safer, by prioritizing the secure – https – version of sites when possible.

Firefox 55

Before you install Firefox, make sure that your computer has the required libraries installed. Missing libraries will cause Firefox to be inoperable.
The installation file provided by Mozilla in .tar.bz2 format does not contain sources but pre-compiled binary files, therefore you can simply unpack and run them. There is no need to compile the program from source.

Uninstall Previous Firefox

Before you install the latest release of Firefox, run the following commands in Terminal to uninstall and remove the already installed Firefox:

$ sudo rm -rf /opt/firefox54
$ sudo mv firefox /opt/firefox55

Install Firefox 55

Download Firefox from the Firefox download page to your home directory, extract the contents of the downloaded file and install it manually. Run the following commands in Terminal to install Firefox:

$ sudo apt-get update
$ wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/55.0/linux-i686/en-US/firefox-55.0.tar.bz2
$ tar xvf firefox-55.0.tar.bz2
$ cd firefox
$ sudo mv /usr/bin/firefox /usr/bin/firefoxold
$ sudo ln -s /opt/firefox55/firefox-bin /usr/bin/firefox

Once isntalled, open Firefox from Ubuntu Dash or run the firefox script in the firefox folder: ~/firefox/firefox to start Firefox.

You can then create an icon on your desktop to run this command.

libstdc++5 error

Tags: Apt-Get Install Firefox, Download Firefox 55, Download Firefox For Linux 64 Bit, Download Mozilla Firefox 55, Firefox 55, Firefox 55 Download, Firefox 55 Install, Firefox 55 Linux, Firefox 55 Linux Mint, Firefox 55 Release, Firefox 55 Ubuntu, Firefox 55 Ubuntu 17.04, Firefox Ubuntu Update, how to install firefox in ubuntu using terminal, how to uninstall firefox in ubuntu, Install Firefox 55, Install Mozilla Firefox 55, Linux Firefox 55, Linux Mint Firefox 55, Linux Mint Mozilla Firefox 55, Linux Mozilla Firefox 55, Mozilla Firefox 55, Mozilla Firefox 55 Download, Mozilla Firefox 55 Install, Mozilla Firefox 55 Linux, Mozilla Firefox 55 Linux Mint, Mozilla Firefox 55 Release, Mozilla Firefox 55 Ubuntu, Mozilla Firefox 55 Ubuntu 17.04, Release Firefox 55, Release Mozilla Firefox 55, sudo apt-get install firefox version, Ubuntu 17.04 Firefox 55, Ubuntu 17.04 Mozilla Firefox 55, Ubuntu Firefox 55, Ubuntu Install Firefox Apt-Get, Ubuntu Mozilla Firefox 55, Yum Install Firefox

Primary Sidebar

Latest Posts

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

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

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

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