How do I install a package on Debian?
How do I install a package on Debian?
Installing a package on Debian is a simple process. The following steps will guide you through the process.
Steps to install a package on Debian
- Update the package list by running the command
sudo apt-get updatein the terminal. - Install the package by running the command
sudo apt-get install package_namein the terminal. - Type
yto confirm the installation. - Verify the installation by running the command
dpkg -l package_namein the terminal.
That's it! You have successfully installed a package on Debian.