Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Raspbian

You're reading from  Learning Raspbian

Product type Book
Published in Feb 2015
Publisher
ISBN-13 9781784392192
Pages 154 pages
Edition 1st Edition
Languages
Author (1):
William Harrington William Harrington
Profile icon William Harrington

Table of Contents (15) Chapters

Learning Raspbian
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
The Raspberry Pi and Raspbian Getting Started with Raspbian Starting Raspbian An Introduction to the Raspbian Desktop Installing Software on Raspbian The Console Other Linux Distributions Based on Raspbian 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. It is preconfigured...

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 $15.99/month. Cancel anytime}