How to Uninstall Software in Ubuntu Linux
Uninstalling software in Ubuntu Linux removes unneeded programs to free up storage space and keep your computer running fast. You can delete unwanted apps using either the built-in App Center or simple text commands in the terminal.
Ubuntu keeps track of your installed apps so you can safely clear out programs you no longer use. For example, typing a quick command with apt completely deletes a program along with its left-behind settings files.
Open the App Center, click “Manage,” find your application, and click the trash can icon. You can also use the command line with `sudo apt remove package_name` or `sudo apt purge package_name`. Confirm the removal when prompted.
How to uninstall Software in Ubuntu Linux
Uninstalling software in Ubuntu Linux helps you get more space on your computer. You can uninstall software using the App Center, which is the main place to manage your programs. To open it, press the Super key (like your Win) and type ‘App Center’ to find the shopping bag icon.
Ubuntu 26.04 uses the App Center to manage programs. Press your Super key (this is often your Win) to open the GNOME shell search. Then, type ‘App Center’ and click the shopping bag icon.

Open the App Center and click the Manage tab to view your installed programs. Locate the app you want to remove by using the search bar or scrolling through the list.


Click the trash can icon or the Uninstall button next to the app name.

Confirm your choice. You'll need to type your user password to finish. Once you do, the app is gone.

How to remove package on the command line console
Why use the terminal? For advanced users, it's faster and gives you full control over every file removed from your system.
Removing standard packages
To remove a program, type this command:
sudo apt remove package_name
Strip out the program and its configuration files completely by running `apt purge` instead.
sudo apt purge package_name
Cleaning up your system
After removing programs, your system might have leftover files that are no longer needed. To reclaim this space, run this command:
sudo apt autoremove
The `sudo apt autoremove` command safely removes unneeded files left behind by uninstalled programs, which helps keep your Ubuntu Linux system tidy.
Managing Flatpak packages
Ubuntu 26.04 also supports Flatpak apps. To see a list of your installed Flatpaks, type:
flatpak list
To remove a Flatpak app, use this command:
flatpak uninstall package_name
Managing Snap packages
To see your installed Snap packages, type:
snap list
To remove a Snap, type:
sudo snap remove package_name
Conclusion
Cleaning up Ubuntu applications takes only a few moments, whether you prefer the App Center or the terminal. Whether you prefer clicking buttons or typing commands, keeping your system clean is a great way to maintain performance. Always double-check what you are removing to ensure your system stays stable.
How do I remove unnecessary software from Ubuntu?
Method #1: Using the apt-get purge Command for Ubuntu Uninstalls. The apt-get purge command can be used to remove packages in Ubuntu (unnecessary packages, including configuration files, listed directories, and files). It deletes the software entirely from the system.
Was this guide helpful?
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.
[…] How to add or remove software on Ubuntu Linux […]
[…] How to add or remove software on Ubuntu Linux […]
[…] How to add or remove software on Ubuntu Linux […]
[…] How to add or remove software on Ubuntu Linux […]
[…] How to add or remove software on Ubuntu Linux […]