• 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 62 In Ubuntu Linux using Terminal

Install Firefox 62 In Ubuntu Linux using Terminal

By Sourabh / September 11, 2018 Category: How To, Ubuntu

Install Firefox 62 on Ubuntu Linux using Terminal. Firefox 62 is released with improved security, extra configuration options for Firefox Home and debuts initial support for variable fonts. It also brings various improvements and security updates.

Firefox 62 : Changes and Improvement

  • Firefox Home (the default New Tab) now allows users to display up to 4 rows of top sites, Pocket stories, and highlights
  • “Reopen in Container” tab menu option appears for users with Containers that lets them choose to reopen a tab in a different container
  • In advance of removing all trust for Symantec-issued certificates in Firefox 63, a preference was added that allows users to distrust certificates issued by Symantec. To use this preference, go to about:config in the address bar and set the preference “security.pki.distrust_ca_policy” to 2.
  • Added FreeBSD support for WebAuthn
  • Improved graphics rendering for Windows users without accelerated hardware using Parallel-Off-Main-Thread Painting
  • Support for CSS Shapes, allowing for richer web page layouts. This goes hand in hand with a brand new Shape Path Editor in the CSS inspector.
  • CSS Variable Fonts (OpenType Font Variations) support, which makes it possible to create beautiful typography with a single font file
  • Removed the description field for bookmarks. Users who have stored descriptions using the field may wish to export these descriptions as html or json files, as they will be removed in a future release.
  • Dark theme is automatically enabled in macOS 10.14 dark mode
  • Changed the default setting to Enforce (3) for the security.pki.name_matching_mode preference
  • Adobe Flash applets now run in a more secure mode using process sandboxing on macOS. Learn how this may affect features here.
  • Users disconnecting from Sync are now offered the option to wipe their Firefox profile data (including bookmarks, passwords, history, cookies, and site data) from their desktop computer
  • Changed how WebRTC handles screen sharing: When screen-sharing a window, the window will be brought to front

Install Firefox 62 in Ubuntu

Run the following commands in terminal to install Firefox 62:

On 32 Bit


sudo apt-get update
sudo apt-get upgrade
wget https://ftp.mozilla.org/pub/firefox/releases/62.0/linux-i686/en-US/firefox-62.0.tar.bz2
sudo tar -xjf firefox-62.0.tar.bz2
sudo rm -rf /opt/firefox61
sudo mv firefox /opt/firefox62
sudo mv /usr/bin/firefox /usr/bin/firefoxold
sudo ln -s /opt/firefox62/firefox-bin /usr/bin/firefox

On 64 Bit


sudo apt-get update
sudo apt-get upgrade
wget https://ftp.mozilla.org/pub/firefox/releases/62.0/linux-x86_64/en-US/firefox-62.0.tar.bz2
sudo tar -xjf firefox-62.0.tar.bz2
sudo rm -rf /opt/firefox61
sudo mv firefox /opt/firefox62
sudo mv /usr/bin/firefox /usr/bin/firefoxold
sudo ln -s /opt/firefox62/firefox-bin /usr/bin/firefox

Download Firefox

Tags: Firefox 62 on Ubuntu, Firefox 62 on Ubuntu Linux, Firefox 62 Ubuntu, Install Firefox 62 on Ubuntu, Install Firefox 62 on Ubuntu Linux, Install Firefox 62 on Ubuntu Linux Terminal, Ubuntu Firefox 62

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