Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

How to install an apt-package?

no-209 au-04

How to install an apt-get package?

We can install a package using the following syntax.

sudo apt-get install <package name>

In this example we will install a programming IDE Arduino. The following command is entered in the Terminal and everything else is installed automatically.

Sudo apt-get install arduino

By the way, you can also search to see if Package is available for a specific program. We’re looking for Gimp now..

sudo apt-cache search gimp

Inhaltsverzeichnis