Table of Contents
This updated guide examines How to Install Software on Linux and organizes the essential facts, background, and practical takeaways in clear American English.
Method 1of 3:
Using the Ubuntu Software Center
Click the Dash icon on your desktop. This button looks like a whirling circle in the upper-left corner. It will open your menu.
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.
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.
Click theInstallbutton 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.
Type your account password. Select your username in the drop-down, and type your password into the password field.
Click theAuthenticatebutton. 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 2of 3:
Using the Snap Store
Open the Snapcraft Store in your internet browser. Type or paste https://snapcraft.io/store into your browser's address bar, and press?Enteror?Returnon your screen.
Click theStoretab. This button is on a gray navigation bar at the top of the page.
Find and click the software you want to install. This will open the selected app's details on a new page.
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 thesnapdtool installed and enabled on your system, just click the green Install button on the app info page to see the install command.
Open a Terminal window on your computer. You can open the command prompt from your desktop environment's applications menu.
Run the "Enable snapd" commands from the internet page. Follow the instructions for your Linux distribution, and run the required commands in Terminal to install thesnapdtool.
- 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.
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 likesudo snap install, such assudo snap install operafor the Opera web browser.
- This will install the selected app on your computer.
Method 3of 3:
Using the Ubuntu Apt Manager
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, pressCtrl+Alt+Ton your keyboard to open a new terminal window.
Typesudo apt-get updatein terminal. This command will update your repositories, and make sure you have all the latest software packages for installation.
Press?Enteror?Returnon your keyboard. This will run the command, and update your repositories.
- If you're prompted, enter your user password to run the command.
Runsudo apt-get upgradein terminal. This command will upgrade all the installed software on your computer to the latest versions.
Runsudo 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 runsudo apt-cache search "opera-stable"to find the latest stable version of the Opera browser available for install.
Runsudo 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, runsudo apt-cache show opera-stableto see the package details for the latest stable version of the Opera web browser.
Runsudo 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-stablewill install the latest stable version of the Opera web browser.
EnterYto proceed with the installation. When the terminal asks "Do you want to continue? [Y/n]," enterYto continue, and install the software on your computer.
Add--reinstallat 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 thesudo apt-get install opera-stable --reinstallcommand.
Runsudo 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 thesudo apt-get purge "package name"command. This will remove all the configuration files and personal preferences of the specified app.
FAQ
What is How to Install Software on Linux about?
It provides a structured overview of install, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.