How do I install a package on Debian?

Debian Logo

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

  1. Update the package list by running the command sudo apt-get update in the terminal.
  2. Install the package by running the command sudo apt-get install package_name in the terminal.
  3. Type y to confirm the installation.
  4. Verify the installation by running the command dpkg -l package_name in the terminal.

That's it! You have successfully installed a package on Debian.

Useful Links