The three methods are as follows: 1. Delete through the software center 2. Delete through Synaptic Package Manager 3. Delete through the command line
Detailed introduction of the three methods:
-
Ubuntu Software
-
Click on "Ubuntu Software" on the left menu bar.
-
In the software center interface, click on "Installed" to list the installed software.
-
On the right side of the software, there is a "remove" function.
-
Select the software you want to delete and click "remove" to delete it.
-
Synaptic Package Manager
Synaptic Package Manager is a graphical package management tool based on APT. It can list all the installed programs in the Ubuntu system and can be used to install, uninstall, and upgrade software. This tool is not installed by default, so it needs to be installed through the command line first. -
Open the command line.
-
Run "sudo apt update".
-
Run "sudo apt install synaptic".
-
Run Synaptic.
-
Use the search function to find the software you want to delete.
-
Select it and right-click to choose "Mark for Complete Removal".
-
Click on "Apply all marked changes".
-
Click on "Apply".
-
A window will appear indicating that the program has been deleted.
-
Command line deletion
General deletion syntax: -
Run "sudo apt-get remove && sudo apt-get autoremove".
-
Run "dpkg --list" to list the installed software.
-
Run "sudo apt-get remove virtualbox && sudo apt-get autoremove".
Complete deletion syntax:
- Run "sudo apt-get --purge remove package_name".
- Run "sudo apt-get --purge remove virtualbox".