How to Install Software in Debian Linux

Method 1 of 3:

Using a Graphical Package Manager

  1. How to Install Software in Debian Linux Picture 1
    Open the Synaptic graphical package manager. Synaptic comes preinstalled in Debian as long as you've installed the version with desktop support.[1] You'll find it in your Applications menu, or under System > Administration. If you want to use a different graphical package manager, open that instead—most work similarly.
    1. You can also run Synaptic from the command line using sydo synaptic.

    Tip: If you can't find any graphical package manager, consider installing one through the command line, for example, one of the following: KPackage, Klik, Autopackage, Bitnami, Click N Run.

  2. How to Install Software in Debian Linux Picture 2
    Click Search. It's the magnifying glass icon near the top of the window.
  3. How to Install Software in Debian Linux Picture 3
    Search for the software you want to install. You can use the search bar to find something in particular or browse the list by category.
  4. How to Install Software in Debian Linux Picture 4
    Select the package(s) you want to install. Check the box next to the name of any package you want to install. You can install multiple packages at once if you wish.
  5. How to Install Software in Debian Linux Picture 5
    Click the Apply button. It's at the bottom of the window. Synaptic will now download and install the selected packages.
Method 2 of 3:

Using Apt

  1. How to Install Software in Debian Linux Picture 6
    Open a terminal. If you're using a graphical user interface (GUI), you can usually do this by clicking the terminal icon or by pressing Ctrl+Alt+T.
  2. How to Install Software in Debian Linux Picture 7
    Run sudo apt-get update to update the package manager. After typing that command at the prompt, press Enter or Return to run it. After verifying your root password, the package manager will update to include the latest software sources.[2]
  3. How to Install Software in Debian Linux Picture 8
    Search for the package you want to install. If you already know the exact name of the package you want to install, skip to the next step. Otherwise, run apt-cache search softwareName (with softwareName being the name of your software) at the prompt.
    1. This can sometimes print out a lot of options, of which many are irrelevant. Be patient and read the description of every package to determine which one you want to install. If you're unsure, you can also use apt show packageName, with packageName being the name of any listed package, to get a longer description of what the package is.
    2. If you're unsure what your software is called, you might try searching for a word that describes what the package does. For example, typing apt-cache search paint will print the package names of many painting programs, including GIMP and Krita.
  4. How to Install Software in Debian Linux Picture 9
    Run sudo apt-get install packageName to install the package. Replace packageName with the actual package name. For example, if you want to install the package dillo (that's a web browser), you would type sudo apt-get install dillo.
    1. If additional dependencies are required for the package to install, follow the on-screen instructions to choose whether to install them now.
    2. To remove an installed package, use sudo apt-get remove packageName.[3]
Method 3 of 3:

Using Dpkg

  1. How to Install Software in Debian Linux Picture 10
    Download a package file. If you want to install a package that ends with the .deb file extension, you can use a built-in tool called dpkg.[4] Start by downloading the desired *.deb file from your preferred source.
  2. How to Install Software in Debian Linux Picture 11
    Open a terminal. If you're using a graphical user interface (GUI), you can usually do this by clicking the terminal icon or by pressing Ctrl+Alt+T.
  3. How to Install Software in Debian Linux Picture 12
    Use cd to enter the directory of the downloaded file. For example, if you've saved the file to a folder in your local directory called downloads, type cd downloads and press Enter or Return.
  4. How to Install Software in Debian Linux Picture 13
    Run sudo dpkg –i packageName. Replace packageName with the full name of the package ending in .deb. This installs the software package.
    1. For example, to install a package called icewm_0.8.11-2.deb, type sudo dpkg –i icewm_0.8.11-2.deb and press Enter or Return.
    2. Type your root password when prompted to complete the command.
4 ★ | 3 Vote

May be interested

  • How to Change Your Desktop Wallpaper on Linux MintPhoto of How to Change Your Desktop Wallpaper on Linux Mint
    this wikihow will show you different ways to change the linux mint desktop wallpaper. obtain the picture you want for your wallpaper. save it on your computer.
  • How to Install Google Chrome on Linux MintPhoto of How to Install Google Chrome on Linux Mint
    google chrome is not in the default linux repositories, so if you would like to install it through the terminal, you would have to add the right repository. instead of getting into this long process, just follow the above steps to install...
  • How to Uninstall Programs in Linux MintPhoto of How to Uninstall Programs in Linux Mint
    the linux mint operating system offers thousands of different programs and applications. but what happens when you want to uninstall one? here's how to do it! click menu. go to the applications you want to remove. right click on the...
  • How to Install Mesa (OpenGL) on Linux MintPhoto of How to Install Mesa (OpenGL) on Linux Mint
    mesa is an open-source implementation of the opengl specification - a system for rendering interactive 3d graphics. technically, opengl is just a specification, implemented by your graphics driver. there's no such thing like an opengl sdk...
  • How to Install Linux MintPhoto of How to Install Linux Mint
    this wikihow teaches you how to replace your computer's operating system with linux mint. you can do this on both windows and mac computers. back up your computer. since you'll be replacing your computer's operating system with linux, it's...
  • How to Keep in Touch with a FriendPhoto of How to Keep in Touch with a Friend
    over time, friends and acquaintances can grow apart. although you may not be as close as you once were, it is still important to maintain a connection with people who you care about. there are so many easy ways to stay in contact with your...