For example for Linux 64 bit ## download
wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-89.0-SSL&os=linux64" ## extract and start bzcat firefox.tar.bz2 | tar xvf - cd firefox ./firefox &
wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-89.0-SSL&os=linux64"
## extract and start
bzcat firefox.tar.bz2 | tar xvf - cd firefox ./firefox &