Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

How does apt-get work

no-208 au-04

How does apt-get work?

In Linux operating system is different programs to download, install and update. There is the command apt-get that allows us to select the software packages from a defined repository and start the installation. On your raspberry pi you can find the file source.list in the directory /etc/apt/. It contains the repository contents, i.e., where the packages can be found.

sudo apt-get install <package name>

Inhaltsverzeichnis