How to install software maintained by Debian.

Via graphical tools

screenshot of Synaptic

Use the Synaptic package manager, which should have been installed along with Debian:

  1. find and run synaptic in your menu system

    • it might ask for your password - that's fine
  2. click 🔍 Search in the top-right of the window

  3. type your package name
  4. Click the 🔍 Search button

  5. find your package in the list
  6. right-click on your package
  7. click Mark for Installation

  8. click ⚙ Apply in the top-left of the window

  9. click the Apply button

{i} For security reasons, only the root user is allowed to perform system-wide actions, so programs ask for your password if they need to act like root. Installing packages is a system-wide action, so it's fine to give your password when you start synaptic, but for example you should be suspicious if a screensaver wants a password.

Via the command line

screenshot of Apt

If you don't have synaptic, use the apt package manager:

  1. open a terminal

  2. type sudo apt install <package-name>

    • replace <package-name> with the name of your package

  3. press enter

    • it might ask for your password - that's fine
  4. if it asks you to continue, press y then enter

{i} sudo lets you switch user while you do a single command, like a graphical tool that starts with a password prompt.

For more information about managing packages on the command line, see AptCLI.


CategoryPackageManagement

AltStyle によって変換されたページ (->オリジナル) /