Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active March 4, 2016 22:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jansanchez/7362124 to your computer and use it in GitHub Desktop.
Save jansanchez/7362124 to your computer and use it in GitHub Desktop.
Install firefox in crunchbang

Install firefox in crunchbang

###first, remove iceweasel

sudo apt-get remove iceweasel

###Open sources.list

sudo vim /etc/apt/sources.list

###Add this line

deb http://packages.linuxmint.com debian import 

Now add the Mint keyring

wget http://packages.linuxmint.com/pool/main/l/linuxmint-keyring/linuxmint-keyring_2009.04.29_all.deb
sudo dpkg -i linuxmint-keyring_2009.04.29_all.deb

Then install

sudo apt-get update
sudo apt-get install firefox

Do you Speak Spanish? then...

sudo apt-get install firefox-l10n-es

Start

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