APT is the package manager that comes with Debian (and Debian based flavor) distros.
APT stores a list of source databases in /etc/apt/sources.list
and /etc/apt/sources.list.d/
. TODO: Add a description of file format.
sudo apt update # update APT's database of available packages and versions
sudo apt upgrade # install newer version of packages already on machine
Adding a PPA:
Removing a PPA:
Notes on Computers
AWS · Bash · C · C++ · Cyber Security · Git · LaTeX · Linux · Networking · Python · Raspberry Pi · Tools · Vim
Notes on Math & Physics
Information Theory · Linear Algebra · Solid State Physics
Copyright 2021 · Eric D. Weise