Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Created September 17, 2020 01:40
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 matthewhartman/767f70d96c79966bbd9ca59f9c69ce35 to your computer and use it in GitHub Desktop.
Save matthewhartman/767f70d96c79966bbd9ca59f9c69ce35 to your computer and use it in GitHub Desktop.
Install Firefox on Linux Debian

Install Firefox on Debian

Download firefox binary firefox-80.0.1.tar.bz2 and extract contents into /opt/ directory

sudo tar -xf firefox-*.tar.bz2 /opt/

Create symlink

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

Enjoy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment