Results 1 to 2 of 2

Thread: Install FireFox and Chrome

  1. #1
    Join Date
    2013-Apr
    Location
    Tehran, Iran
    Posts
    10

    Install FireFox and Chrome

    Hi
    Is there any way to install firefox and chrome on Raspberry Pi 2?

  2. #2
    Join Date
    2015-Mar
    Posts
    1
    0- open terminal

    1-remove iceweasel
    :
    apt-get remove iceweasel

    2 :insert repository
    :
    echo -e "\ndeb http://downloads.sourceforge.net/pro...la/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

Similar Threads

  1. problem with .wmv link in chrome or firefox in kali
    By Sonic in forum General Archive
    Replies: 0
    Last Post: 2014-03-23, 15:01
  2. How to install Latest Google Chrome
    By Gr4nD T3R0R in forum How-To Archive
    Replies: 6
    Last Post: 2013-06-03, 08:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •