March 2017
Beginner to intermediate
422 pages
8h 4m
English
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.
Stay in your terminal window, and get ready to install some applications!
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>
Read now
Unlock full access