记录一个小笔记.
当我们使用sudo apt-get install mysql-sever,安装某个应用程序后,如何删除呢?
1.sudo apt-get remove mysql-server 2.sudo apt-get autoremove
注意两个命令一个也不能少哦!