Question 4.2: Installing Office Software You need to open word processor a......

Installing Office Software

You need to open word processor and spreadsheet documents on a Raspberry Pi.

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

Raspberry Pi is, after all, a Linux computer, so there are several office applications that you can install to use spreadsheets and word processor documents.

Programs for the Raspberry Pi are downloaded from the Internet, so you’ll need an Internet connection.

Before you install any new software, it is a good idea to open a Terminal and run the following command:

$ sudo apt-get update

To install the AbiWord word processor, run this command:

$ sudo apt-get install abiword

You will be asked to confirm the installation by typing Y; after a minute or so, installation will be complete. If you look on your Start menu, you will see a new section called Office, where you will find AbiWord (Figure 4-3).

AbiWord will open .doc, .docx, and other common word processing document formats.

If you need to use a spreadsheet, Gnumeric is a good choice. Install it using the command:

$ sudo apt-get install gnumeric

Discussion

If you find that the office applications run a bit too slowly, try overclocking your Raspberry Pi (Recipe 1.14) to speed things up.

See Also

There are efforts in progress to port other office software, such as Libre Office (a fork of Open Office). Check on the Internet for the latest news on office software ports.

See also Recipe 3.16 for information on using apt-get.

4.3

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.3

Verified Answer:

You can use a number of browsers on the Raspberry ...
Question: 4.1

Verified Answer:

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