Advertisement
crystallfoxx

Downgrade FireFox

Apr 11th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. apt-get remove firefox
  2. mkdir fire
  3. cd fire
  4. wget http://releases.mozilla.org/pub/firefox/releases/39.0b7/linux-x86_64/en-US/firefox-39.0b7.tar.bz2
  5. tar xvf firefox-*.tar*
  6. mv firefox/ /opt/firefox3
  7. mv /usr/bin/firefox /usr/bin/firefox-old
  8. ln -s /opt/firefox3/firefox /usr/bin/firefox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement