Ubuntu system to remove the software tutorial

  
with the custom windows friends, may not know how to delete a certain software installed in the ubuntu system, below we share the method of removing software under the ubuntu system, this article to delete the mysql client as an example , provide you with the steps to learn to delete, other software is common.

1. To delete the software under ubuntu, you need to know the exact package name. Check the full package name of the software: #dpkg -l |  Grep mysql

2. Use the apt-get command to remove a package based on the package name. The full package name is required: # apt-get remove mysql-client-core-5.5

3, check the package related to mysql again: #dpkg -l |  Grep mysql, well, it has been deleted.

Copyright © Windows knowledge All Rights Reserved