Raspberry Pi Documentation - Using Linux
www.raspberrypi.com › documentation › linuxThis is the 'package manager' that is included with any Debian-based Linux distributions, including Raspberry Pi OS. It allows you to install and manage new software packages on your Raspberry Pi. In order to install a new package, you would type sudo apt install <package-name> , where <package-name> is the package that you want to install.