• Skip to main content

Uly.me

cloud engineer

  • Home
  • Archives
  • Search

Upgrade Firefox in Linux Mint

January 9, 2019 by Ulysses

I fired up my old Linux PC which runs on Linux Mint. I noticed the default Firefox browser is quite old. It needs an upgrade, which is expected since this Linux Mint version is 18.1. The current version is 19.1. So, here are the steps to upgrade Firefox in Linux Mint.

Download Firefox.

wget https://www.mozilla.org/en-US/firefox/download/thanks/

wget https://www.mozilla.org/en-US/firefox/download/thanks/

Extract.

cd ~/Downloads/
tar xjf firefox-64.0.2.tar.bz2

cd ~/Downloads/ tar xjf firefox-64.0.2.tar.bz2

Move Firefox.

mv firefox /opt/firefox

mv firefox /opt/firefox

Create a symbolic link.

ln -s /opt/firefox/firefox /usr/bin/firefox

ln -s /opt/firefox/firefox /usr/bin/firefox

The old icons should still work. Enjoy.

Filed Under: Linux Tagged With: firefox, install, mint, upgrade

Search The Website

Subscribe Via Email

  • Home
  • About
  • Contact

Copyright © 2022