Book Image

Learning Raspbian

By : William Harrington
Book Image

Learning Raspbian

By: William Harrington

Overview of this book

Table of Contents (15 chapters)
Learning Raspbian
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Synaptic GUI Package Manager


There are many different ways in which you can install software on your Raspberry Pi. Using apt-get is one way. Another way is by using a GUI tool such as the Synaptic Package Manager. Unfortunately, it isn't installed in Raspbian by default, but it is easily installed using apt-get.

To install synaptic, run the following command in LXTerminal:

sudo apt-get install synaptic

Synaptic will take a few minutes to install on your Raspberry Pi as it is a reasonably large application. You will find the Synaptic Package Manager in the Other submenu in the main menu.

The Synaptic Package Manager

Searching and installing packages in Synaptic

You can search for packages in Synaptic using the search button:

  1. Simply click on the Search button and enter the package that you are looking for.

    Searching for a package

  2. After clicking on Search, you will be shown all the packages that meet the search criteria. Simply check the packages that you want to install and select Mark for Installation...