packages:install_a_package
This is an old revision of the document!
Table of Contents
Packages - Install a package
Aptitude is preferred, but other approaches can be used if desired.
Using aptitude
First, update the package index. The APT package index is essentially a database of available packages from the repositories defined in the /etc/apt/sources.list file and in the /etc/apt/sources.list.d directory.
sudo aptitude update
Now install the package.
sudo aptitude install package_name
Using apt
First, update the package index. The APT package index is essentially a database of available packages from the repositories defined in the /etc/apt/sources.list file and in the /etc/apt/sources.list.d directory.
sudo apt update
Now install the package.
sudo apt install package_name
packages/install_a_package.1467717775.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)