Installing a package on Debian is a simple process. The following steps will guide you through the process.
sudo apt-get update
in the terminal.sudo apt-get install package_name
in the terminal.y
to confirm the installation.dpkg -l package_name
in the terminal.That's it! You have successfully installed a package on Debian.