Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Raspbian

You're reading from   Learning Raspbian Get up and running with Raspbian and make the most out of your Raspberry Pi

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781784392192
Length 154 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
William Harrington William Harrington
Author Profile Icon William Harrington
William Harrington
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. The Raspberry Pi and Raspbian 2. Getting Started with Raspbian FREE CHAPTER 3. Starting Raspbian 4. An Introduction to the Raspbian Desktop 5. Installing Software on Raspbian 6. The Console 7. Other Linux Distributions Based on Raspbian A. References Index

Methods of installing software

There are several different ways to install software on your Raspberry Pi. These include:

  • apt-get
  • GUI Package Manager
  • Aptitude
  • Raspberry Pi Store
  • The source

All of these methods, with the exception of installing from source code, use APT and dpkg to install the software package.

dpkg

dpkg is a software application at the center of Raspbian's software package management system. It is a software tool that actually installs a software package from a .deb file.

A .deb file contains three different parts:

  • A Debian-binary file that contains the version of dpkg needed to install the package
  • A control archive that has all the information needed to install the package
  • A data archive that contains the actual software itself

dpkg reads the .deb file and determines whether all of the required software is installed. If the required software isn't installed, it will let you know what the required software is.

APT

The APT is a frontend tool that makes using dpkg a lot easier...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime