How to Install Software on Linux

Method 1 of 3:

Using the Ubuntu Software Center

  1. How to Install Software on Linux Picture 1
    Click the Dash icon on your desktop. This button looks like a whirling circle in the upper-left corner. It will open your menu.
  2. How to Install Software on Linux Picture 2
    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.
    1. You may also be able to find this icon on the left-hand side of your desktop.
    2. 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.
  3. How to Install Software on Linux Picture 3
    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.
  4. How to Install Software on Linux Picture 4
    Click the Install button next to the app. This will download and install the selected software on your computer.
    1. You will have to verify your computer's admin user password.
  5. How to Install Software on Linux Picture 5
    Type your account password. Select your username in the drop-down, and type your password into the password field.
  6. How to Install Software on Linux Picture 6
    Click the Authenticate button. This will verify your user password, and install the selected app.
    1. 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

  1. How to Install Software on Linux Picture 7
    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.
  2. How to Install Software on Linux Picture 8
    Click the Store tab. This button is on a gray navigation bar at the top of the page.
  3. How to Install Software on Linux Picture 9
    Find and click the software you want to install. This will open the selected app's details on a new page.
  4. How to Install Software on Linux Picture 10
    Scroll down and select your Linux distribution. Snap is available in a variety of different Linux distributions, including Ubuntu, Fedora, CentOS, and Linux Mint.
    1. This will open a new page, and show the specific command prompt instructions for your system.
    2. 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.
  5. How to Install Software on Linux Picture 11
    Open a Terminal window on your computer. You can open the command prompt from your desktop environment's applications menu.
  6. How to Install Software on Linux Picture 12
    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.
    1. Some systems like Ubuntu 19.04 and 18.10 will not require any extra installation. Snap is already installed and ready to use.
    2. Your system may require multiple steps to install and enable Snap. All the required commands are provided on this page for each available system.
  7. How to Install Software on Linux Picture 13
    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.
    1. This command often looks like sudo snap install , such as sudo snap install opera for the Opera web browser.
    2. This will install the selected app on your computer.
Method 3 of 3:

Using the Ubuntu Apt Manager

  1. How to Install Software on Linux Picture 14
    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.
    1. Alternatively, press Ctrl+Alt+T on your keyboard to open a new terminal window.
  2. How to Install Software on Linux Picture 15
    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.
  3. How to Install Software on Linux Picture 16
    Press Enter or Return on your keyboard. This will run the command, and update your repositories.
    1. If you're prompted, enter your user password to run the command.
  4. How to Install Software on Linux Picture 17
    Run sudo apt-get upgrade in terminal. This command will upgrade all the installed software on your computer to the latest versions.
  5. How to Install Software on Linux Picture 18
    Run sudo apt-cache search [package name] to search. You can use this command to search and find software to install.
    1. You will get a list of the matching packages below your search command.
    2. For example, you can run sudo apt-cache search "opera-stable" to find the latest stable version of the Opera browser available for install.
  6. How to Install Software on Linux Picture 19
    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.
    1. For example, run sudo apt-cache show opera-stable to see the package details for the latest stable version of the Opera web browser.
  7. How to Install Software on Linux Picture 20
    Run sudo apt-get install "package name" to install. This command will install the selected software package on your system.
    1. For example, sudo apt-get install opera-stable will install the latest stable version of the Opera web browser.
  8. How to Install Software on Linux Picture 21
    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.
  9. How to Install Software on Linux Picture 22
    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.
    1. For example, if you have the stable Opera browser and want to reinstall it, run the sudo apt-get install opera-stable --reinstall command.
  10. How to Install Software on Linux Picture 23
    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.
    1. 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

May be interested

  • Instructions for installing Windows software on Linux with PlayOnLinuxInstructions for installing Windows software on Linux with PlayOnLinux
    playonlinux provides a point and click interface (point and click) to automatically install and edit software on linux. it is like a package manager but for windows games and other applications on linux.
  • How to install and use Kali Linux on VmWare virtual machineHow to install and use Kali Linux on VmWare virtual machine
    until now, a famous linux distro, kali linux, has always been sought by security experts or hackers. why? simply because kali linux has a built-in range of tools for penetration, hacking, analysis, etc. all are categorized very clearly.
  • How to install dictionaries in Linux TerminalHow to install dictionaries in Linux Terminal
    a locally stored dictionary utility can really be useful when no other dictionary is available. there are many options in the linux software world. among these, there is an option that runs fairly 'smoothly' from the system terminal, called sdcv.
  • How to install Solus LinuxHow to install Solus Linux
    recently, the linux community has given winged compliments to solus linux. this is understandable because this is a beautiful operating system with lots of great features. in a world where most popular linux distributions are 'derivative ubuntu', solus linux really stands out.
  • How to install OnTrack software on LinuxHow to install OnTrack software on Linux
    ontrack is a simple yet powerful self-hosted budgeting software for linux. it works by creating a beautiful interface where you can list your budget, review your finances, and even track your spending history.
  • Ways to install Microsoft Excel on LinuxWays to install Microsoft Excel on Linux
    converting from windows to linux is very simple, but there are a number of issues that are incompatible software. what if you want to use microsoft excel on linux? look at this article and find the answer!
  • How to install Qt for GUI application development on LinuxHow to install Qt for GUI application development on Linux
    qt is a cross-platform application framework that allows developers to create and deploy software for multiple operating systems.
  • How to Install Software in Debian LinuxHow to Install Software in Debian Linux
    this wikihow teaches you how to use tools built into debian linux to install software packages. if you're using the desktop version of debian, you can use synaptic to install application packages with a point-and-click graphical interface....
  • Instructions for installing Kali Linux on Windows 10 are easier than everInstructions for installing Kali Linux on Windows 10 are easier than ever
    you can download and install kali linux directly from the microsoft app store on windows 10 as easily as installing any other application. this is a guide to installing kali linux on windows 10, without usb boot, virtualization software at all.
  • 5 reasons to install Linux on old computers5 reasons to install Linux on old computers
    a lot of people like to use linux on older machines. everyone has a different reason. some people may want to save money by not upgrading to a new computer, while others may want to avoid wasting usable electronics.