How to Install Ubuntu Packages

This wikiHow will show you how to install packages on Ubuntu using the Ubuntu Software Center, the Synaptic Package Manager, and a command-line window. The Ubuntu Software Center is similar to the App Store for macOS and the Microsoft...
Method 1 of 3:

Using the Ubuntu Software Center

  1. How to Install Ubuntu Packages Picture 1How to Install Ubuntu Packages Picture 1
    Open Ubuntu Software Center. You'll find this in your Launcher.
  2. How to Install Ubuntu Packages Picture 2How to Install Ubuntu Packages Picture 2
    Search or browse for an application. The search bar is located on the upper right side of the window; the categories for you to browse are on the left, including categories such as Accessories, Books and Magazines, Developer Tools, Education, and Fonts.
  3. How to Install Ubuntu Packages Picture 3How to Install Ubuntu Packages Picture 3
    Click on the application you want. The line will highlight.
  4. How to Install Ubuntu Packages Picture 4How to Install Ubuntu Packages Picture 4
    Click Install. You'll see this to the right of the application name. When you click to install, a window will pop up for your login information.
    1. If you don't see the button to install, you might need to allow downloading from different sources from 'Software Sources' in the 'Edit' tab. You'll need to make sure all the boxes are checked.
  5. How to Install Ubuntu Packages Picture 5How to Install Ubuntu Packages Picture 5
    Type your password and click Authenticate. You'll see a progress bar of the installation progress. You'll find the icon of the installed app in the Launcher.
Method 2 of 3:

Using Synaptic

  1. How to Install Ubuntu Packages Picture 6How to Install Ubuntu Packages Picture 6
    Open Synaptic. You'll find this on your Launcher, but it isn't a default program like the Ubuntu Software Center and you'll have to install it.
    1. To install Synaptic, press Ctrl+Alt+T to open Terminal. Type sudo apt install synaptic and press Enter. Synaptic will install and you'll see the app icon appear on your Launcher. You can close the Terminal.
  2. How to Install Ubuntu Packages Picture 7How to Install Ubuntu Packages Picture 7
    Search for an application. You'll find the search bar on the right side of the window.
  3. How to Install Ubuntu Packages Picture 8How to Install Ubuntu Packages Picture 8
    Click on the application you want to install. The line will highlight and a box will pop up.
  4. How to Install Ubuntu Packages Picture 9How to Install Ubuntu Packages Picture 9
    Click Mark for Installation. The box will disappear, but another box will pop up explaining what else needs to be installed in order for the application you want to work.
  5. How to Install Ubuntu Packages Picture 10How to Install Ubuntu Packages Picture 10
    Click Mark. All the dependencies and required applications will also be marked for installation.
    1. You can continue selecting packages to install.
  6. How to Install Ubuntu Packages Picture 11How to Install Ubuntu Packages Picture 11
    Click Apply. You'll see this in the top toolbar, with a green checkmark. You'll need to confirm this action. Installation might take a while, depending on how many packages you are installing and your internet speed.
    1. You can find your installed applications by searching from the Launcher. Some applications may require you to restart your computer before you can use them.
Method 3 of 3:

Using Terminal

  1. How to Install Ubuntu Packages Picture 12How to Install Ubuntu Packages Picture 12
    Press Ctrl+Alt+T to open Terminal. You can also search for Terminal from the Ubuntu Dash.
  2. How to Install Ubuntu Packages Picture 13How to Install Ubuntu Packages Picture 13
    Type "apt-cache show" to show the details of the app. If you know the app's name correctly, it will appear here. If not, you will get an error message and you might have to browse the categories to find the right name.
    1. To search categories, type "apt-cache search." For example, to search for a racing game, type: apt-cache search racing game.
  3. How to Install Ubuntu Packages Picture 14How to Install Ubuntu Packages Picture 14
    Type 'apt-get install' to download an app. To download the package, use 'apt-get install.' For example, the app name is Torcs, so you would type apt-get install torcs.
    1. To search your computer to see if you already have that game, use 'apt-cache policy.'[1]
    2. You can find the icon to the app you just installed from your Dash.
5 ★ | 1 Vote