PDA

View Full Version : Install FireFox and Chrome



mh2538
2015-03-12, 11:56
Hi
Is there any way to install firefox and chrome on Raspberry Pi 2?

mysun
2015-03-28, 06:52
0- open terminal

1-remove iceweasel
:
apt-get remove iceweasel

2 :insert repository
:
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null

3 : insert gpg ke
:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

4 : update
:
apt-get update

5: install browser
:
apt-get install firefox-mozilla-build

end