0

In the new distro of Raspbian? I have done searches here but cannot find anything about whether or not I can use Chromium or Iceweasle on Raspbian Jessie. I would like to test browsers and find out which is fastest for my needs.

Running Raspbian Jessie on a Pi2b, about to upgrade to a pi3b.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110
BadgerTrucking
  • 485
  • 2
  • 7
  • 16

1 Answers1

3

You can install both though chromium needs a 3rd party binary install or to built from source. To install iceweasel use the following command:

sudo apt-get install iceweasel 

Details on installing chromium can be found here, you can also build from source

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110