Method 1 of 3:
Using the Ubuntu Software Center
-
Images 1 of How to Install Software on Linux Click the Dash icon on your desktop. This button looks like a whirling circle in the upper-left corner. It will open your menu. -
Images 2 of How to Install Software on Linux Find and click the Software Center on the Dash menu. The Software Center icon looks like a white "A" on an orange shopping bag. It will open the software store in a new window.- You may also be able to find this icon on the left-hand side of your desktop.
- If you're using a different Linux distribution than Ubuntu, you may have a similar GUI for installing new software. Check out the Software or Applications section in your desktop environment.
-
Images 3 of How to Install Software on Linux Find and click the software you want to install. You can either browse through the categories from the menu on the left-hand side, or type what you're searching for in the search box on the top-right. -
Images 4 of How to Install Software on Linux Click the Install button next to the app. This will download and install the selected software on your computer.- You will have to verify your computer's admin user password.
-
Images 5 of How to Install Software on Linux Type your account password. Select your username in the drop-down, and type your password into the password field. -
Images 6 of How to Install Software on Linux Click the Authenticate button. This will verify your user password, and install the selected app.- You can open the app by clicking on its icon on the launcher at the left of the screen.
Method 2 of 3:
Using the Snap Store
-
Images 7 of How to Install Software on Linux Open the Snapcraft Store in your internet browser. Type or paste https://snapcraft.io/store into your browser's address bar, and press ↵ Enter or ⏎ Return on your screen. -
Images 8 of How to Install Software on Linux Click the Store tab. This button is on a gray navigation bar at the top of the page. -
Images 9 of How to Install Software on Linux Find and click the software you want to install. This will open the selected app's details on a new page. -
Images 10 of How to Install Software on Linux Scroll down and select your Linux distribution. Snap is available in a variety of different Linux distributions, including Ubuntu, Fedora, CentOS, and Linux Mint.- This will open a new page, and show the specific command prompt instructions for your system.
- If you already have the snapd tool installed and enabled on your system, just click the green Install button on the app info page to see the install command.
-
Images 11 of How to Install Software on Linux Open a Terminal window on your computer. You can open the command prompt from your desktop environment's applications menu. -
Images 12 of How to Install Software on Linux Run the "Enable snapd" commands from the web page. Follow the instructions for your Linux distribution, and run the required commands in Terminal to install the snapd tool.- Some systems like Ubuntu 19.04 and 18.10 will not require any extra installation. Snap is already installed and ready to use.
- Your system may require multiple steps to install and enable Snap. All the required commands are provided on this page for each available system.
-
Images 13 of How to Install Software on Linux Type and run the selected app's install command in Terminal. After enabling Snap on your computer, find the installation command prompt for the selected app in the lower-right corner, and run it on your computer.- This command often looks like sudo snap install , such as sudo snap install opera for the Opera web browser.
- This will install the selected app on your computer.
Method 3 of 3:
Using the Ubuntu Apt Manager
-
Images 14 of How to Install Software on Linux Open a Terminal window on your Ubuntu/Debian system. Click the Dash icon on the top-left and select the Terminal app to open a new window.- Alternatively, press Ctrl+Alt+T on your keyboard to open a new terminal window.
-
Images 15 of How to Install Software on Linux Type sudo apt-get update in terminal. This command will update your repositories, and make sure you have all the latest software packages for installation. -
Images 16 of How to Install Software on Linux Press ↵ Enter or ⏎ Return on your keyboard. This will run the command, and update your repositories.- If you're prompted, enter your user password to run the command.
-
Images 17 of How to Install Software on Linux Run sudo apt-get upgrade in terminal. This command will upgrade all the installed software on your computer to the latest versions. -
Images 18 of How to Install Software on Linux Run sudo apt-cache search [package name] to search. You can use this command to search and find software to install.- You will get a list of the matching packages below your search command.
- For example, you can run sudo apt-cache search "opera-stable" to find the latest stable version of the Opera browser available for install.
-
Images 19 of How to Install Software on Linux Run sudo apt-cache show "package name" to see details. This command will show the details for any available software package, including its version, architecture, and installation size.- For example, run sudo apt-cache show opera-stable to see the package details for the latest stable version of the Opera web browser.
-
Images 20 of How to Install Software on Linux Run sudo apt-get install "package name" to install. This command will install the selected software package on your system.- For example, sudo apt-get install opera-stable will install the latest stable version of the Opera web browser.
-
Images 21 of How to Install Software on Linux Enter Y to proceed with the installation. When the terminal asks "Do you want to continue? [Y/n]," enter Y to continue, and install the software on your computer. -
Images 22 of How to Install Software on Linux Add --reinstall at the end of the install command to reinstall. If you're having issues with software you already have and want to reinstall it, run the standard installation command with this bit added at the end.- For example, if you have the stable Opera browser and want to reinstall it, run the sudo apt-get install opera-stable --reinstall command.
-
Images 23 of How to Install Software on Linux Run sudo apt-get remove "package name" to uninstall. If you want to remove an app from your computer, run this command to uninstall it, and remove the software files from your computer.- Alternatively, you can use the sudo apt-get purge "package name" command. This will remove all the configuration files and personal preferences of the specified app.
5 ★ | 2 Vote