Skip to content

Instantly share code, notes, and snippets.

@theholy7
Created April 10, 2019 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theholy7/7181c991dd704c07a3e9845f8181b2f4 to your computer and use it in GitHub Desktop.
Save theholy7/7181c991dd704c07a3e9845f8181b2f4 to your computer and use it in GitHub Desktop.
Update Firefox in Ubuntu (download and command line instructions)

First, download firefox. Then:

$ # Untar the download
$ tar xjf firefox-<version-num>.tar.bz2
$ # Remove current firefox
$ sudo rm -r /opt/firefox
$ # Move new firefox to old firefox location
$ sudo mv ~/Downloads/firefox /opt/firefox
$ # Make the symbolic link between the app and your PATH bin folder
$ sudo ln -s /opt/firefox/firefox /usr/bin/firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment