输入命令
dpkg --list
查看已安装的软件,记住要卸载的软件的名字.
sudo apt remove --purge '软件名称' # 卸载软件同时删除配置文件 sudo apt remove '软件名称' # 卸载软件