Home > Article > System Tutorial > Learn how to uninstall software using commands in ubuntu15.04
I installed several software, but I no longer want them, but I don’t know how to uninstall them. How should I uninstall them? Below I will share with you in detail how to uninstall software under the ubuntu system. Friends in need can refer to it!
Remember to vote for me if it is useful, thank you.
Uninstall the specified software
1. Let’s open the “Software Center” in the menu
This menu is on the left window of the desktop, just like the icon with the word "A". Click it.
2. In the opened "Software Center" window, there is an upper side
We enter the name of the software we want to uninstall in the search box, for example, I want to uninstall "Sogou"
Then I will enter "sogou" in it.
Sogou in ubuntu is this name.
3. In the results, if the software you need to uninstall is displayed, then we find that line
Then click on the row where the software is located and click the "Uninstall" button behind it.
In this way we can complete the uninstallation of the specified software!
Uninstall unnecessary software
1. After opening the software center
We click on the "Installed" option.
2. Then, we expand the software types that need to be uninstalled in the installed list
For example, if I want to uninstall the "Audio and Video" category first, then I will expand "Audio and Video".
3. In the expanded software list of this type
Find the software you want to uninstall, then click on it and click the "Uninstall" button behind it.
What I am uninstalling here is "Eggplant Photo Poster"
4. Enter your computer’s management password in the verification window
Then click the "Authorize" button.
Command to uninstall
1. Just one uninstall command
is: sudo apt-get remove software name
Then press enter key to execute.
If you need to verify the password, enter the password and press Enter to confirm
If you need to enter Y/N, then enter Y and press Enter to continue uninstalling.
I uninstall the "Deluge" download software here.
The above is the detailed content of Learn how to uninstall software using commands in ubuntu15.04. For more information, please follow other related articles on the PHP Chinese website!