Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Install a software as a Linux package

no-050 au-03

Terminal commands to install package

The packages can be installed with a couple of terminal commands. To learn it, please follow below instructions.

  1. sudo apt-get update reads the latest package lists so that there is the to download and install the latest versions of the packages and install them. This does not update the packages themselves
  2. sudo apt-get <package_name> installs a new package. This package name must be known.

In the screenshot package_name is Synaptic, so Synaptic will be installed

Remove a package

sudo apt-get purge <package_name> command removes an installed package including its configuration files completely.

Inhaltsverzeichnis