Installing and uninstalling a program

We've installed a few programs throughout the book so far, but have yet to delve into the apt-get command and the family of software-installation utilities. Now, we will learn how to install and uninstall any program available for Raspbian as well as how to search for new software and run updates.

Getting ready

Stay in your terminal window, and get ready to install some applications!

How to do it...

  1. The apt-* commands are a suite of utilities that allow you to do various things with installed packages. To install a package, we use the apt-get tool, and the install command, like this:
            sudo apt-get install <packagename>
    

  2. Let's install something cool - how about a Matrix screensaver? It is super easy and works ...

Get Raspberry Pi Zero Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.