Skip to content
Follow
Ubuntu Linux

How to Install Additional Software on Ubuntu

Richard
Written by
Richard
Sep 7, 2022 Updated Jul 14, 2026 2 min read
How to Enable or Disable Microsoft Defender Cloud Protection
How to Enable or Disable Microsoft Defender Cloud Protection

Installing additional software on Ubuntu uses built-in tools like APT, along with formats like Snaps and Flatpaks, to add new programs to your computer.

These tools let you customize Ubuntu with applications beyond what comes pre-installed. This is how you get specialized software for work, hobbies, or fun.

Ubuntu’s main way of installing software is through the APT package manager, which handles .deb files. To add support for newer formats like Flatpak, for example, on Ubuntu 24.04 LTS, you can run the command: sudo apt install flatpak.

⚡ Quick Answer

Install software using the graphical App Center or the terminal. In the App Center, click the icon, search for your app, and press Install. Alternatively, open the terminal and use `sudo snap install [app-name]` for Snaps or `sudo apt install [app-name]` for Debian packages.

How to install software in Ubuntu Linux

You have two main ways to install programs: using the graphical App Center or using the terminal.

Using the App Center

The easiest way to install software on Ubuntu is by using the App Center, which works like a built-in app store for your computer. You can browse through different categories to find new programs or use the search bar to look for something specific. Once you find the software you want, just click the ‘Install’ button.

Ubuntu Software app interface on Ubuntu Linux
ubuntu linux ubuntu software app

Once open, you can browse categories or use the search bar to find a specific app. When you select an app, click the Install button.

Ubuntu Software dashboard displaying installed applications
ubuntu linux ubuntu software dashboard

You will be asked for your system password to confirm the change. Once you enter it, the download and installation will begin.

Categories section in Ubuntu Software for app browsing
ubuntu linux software categories
Install software button in Ubuntu Software app
ubuntu linux install software button

If you need to update your apps, use the Software Updater utility or click the Updates section inside the App Center.

Password prompt for installing software on Ubuntu
ubuntu software install password prompt

Using the Terminal

You can also install software on Ubuntu using the Terminal, which is a fast method for adding programs. To install Snap packages, type `sudo snap install [app-name]` into the Terminal. For standard Debian packages, you’ll use `sudo apt install [app-name]`. After running the command, your new software will be ready to use.

  • For Snap packages: sudo snap install [app-name]
  • For standard Debian packages: sudo apt install [app-name]

After the process finishes, your new software is ready to use. Simply repeat these steps for any other programs you need.

Installing software in Ubuntu is fast and simple. Whether you prefer the visual App Center or the speed of the terminal, your system will be ready for any task in minutes.

How do I install software in Ubuntu?

There's this snap here. So I can do sudo app install snapd and it's installed now to use snap to install software the command you can use is sudo snap. Then install then the name of the package. Here.

How to install software through terminal?

List. File is pointing to that repository. So that you can search and install software from within it when you install a distribution such as Zin or Ubuntu They will usually have the sources. List.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install RabbitMQ with Erlang/OTP on Ubuntu Linux
Ubuntu Linux How to Install RabbitMQ with Erlang/OTP on Ubuntu Linux
How to Install ClamAV Linux Antivirus on Ubuntu Linux
Ubuntu Linux How to Install ClamAV Linux Antivirus on Ubuntu Linux
Install Nexus Repository Manager on Ubuntu
Ubuntu Linux Install Nexus Repository Manager on Ubuntu
How to Install FossBilling with Nginx on Ubuntu Linux
CMS How to Install FossBilling with Nginx on Ubuntu Linux

0 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *