banner
huqingye

huqingye

Three best methods to uninstall software in Ubuntu system (转)

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:

  1. Ubuntu Software

  2. Click on "Ubuntu Software" on the left menu bar.

  3. In the software center interface, click on "Installed" to list the installed software.

  4. On the right side of the software, there is a "remove" function.

  5. Select the software you want to delete and click "remove" to delete it.

  6. 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.

  7. Open the command line.

  8. Run "sudo apt update".

  9. Run "sudo apt install synaptic".

  10. Run Synaptic.

  11. Use the search function to find the software you want to delete.

  12. Select it and right-click to choose "Mark for Complete Removal".

  13. Click on "Apply all marked changes".

  14. Click on "Apply".

  15. A window will appear indicating that the program has been deleted.

  16. Command line deletion
    General deletion syntax:

  17. Run "sudo apt-get remove && sudo apt-get autoremove".

  18. Run "dpkg --list" to list the installed software.

  19. Run "sudo apt-get remove virtualbox && sudo apt-get autoremove".

Complete deletion syntax:

  1. Run "sudo apt-get --purge remove package_name".
  2. Run "sudo apt-get --purge remove virtualbox".
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.