Question 4.3: Installing other Browsers You want to use a browser other th......

Installing other Browsers

You want to use a browser other than Midori.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

You can use a number of browsers on the Raspberry Pi. The Pi is not a powerful computer, and modern browsers and web pages can put quite a load on it. This means that when you use a browser on a Raspberry Pi, there is always a trade-off between features and performance.

Chromium (Figure 4-4), as the name suggests, will be familiar to users of Google Chrome. It is full featured, but noticeably slow when you try to scroll up and down a busy web page. You can install Chromium using the following command, which will put a new link in the Internet section of your Start menu:

$ sudo apt-get install chromium-browser

Another popular alternative to Midori is Iceweasel (Figure 4-5). This browser is based on Firefox and will perform faster than Chromium because it uses the mobile version of websites (when available), which will normally be much simpler HTML. You can download and install Iceweasel using this command:

$ sudo apt-get install iceweasel

Discussion

Since browsers require a certain amount of power for many websites, you really need a model B with 512 MB to avoid a frustratingly slow experience. It is probably also worth overclocking your Raspberry Pi (Recipe 1.14).

See Also

For more information on installing with apt-get, see Recipe 3.16.

4.4
4.5

Related Answered Questions

Question: 4.8

Verified Answer:

Download and run Open Arena (Figure 4-10) from the...
Question: 4.7

Verified Answer:

Mojang, the original developers of Minecraft, have...
Question: 4.11

Verified Answer:

Install the VLC media player by running the follow...
Question: 4.6

Verified Answer:

There are a number of emulators around for old gam...
Question: 4.10

Verified Answer:

Download and run the GNU image manipulation progra...
Question: 4.5

Verified Answer:

Download the motion software. This will allow you ...
Question: 4.4

Verified Answer:

The Pi Store is the Raspberry Pi equivalent of App...
Question: 4.2

Verified Answer:

Raspberry Pi is, after all, a Linux computer, so t...
Question: 4.1

Verified Answer:

A Raspberry Pi actually makes a pretty good media ...