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

Using the console


The most common way to install software on your Raspberry Pi is by using apt-get. It is a very powerful command-line application.

To run apt-get, you need to use the command shell. The command shell is available for you through an application that is installed in Raspbian by default. The application is called LXTerminal.

You can launch LXTerminal by double-clicking on its icon on the desktop.

LXTerminal

LXTerminal allows you to run commands using the bash command shell (and other command shells if desired). You will learn more about the bash shell in Chapter 6, The Console.

Generally, each command you run fits in one line. When you have finished typing a command, simply press Enter to run it. The output of the program will be displayed in the following lines. If you want to rerun or modify a command that you have just typed, simply press the up arrow key on your keyboard and you will see the previous command displayed again. You will then be able to edit and rerun it by pressing...

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