Ubuntu Software
Ubuntu Software 是最为省心的一种卸载方式,操作起来特别简单。有点类似于 Windows 下的卸载方式。
在 Ubuntu Software 中选择选择 Installed,然后想卸载什么软件,就直接点击 Remove 按钮即可。
终端
下面的命令会列出已安装的软件:
dpkg --list
使用终端的卸载方式如下:
sudo apt-get --purge remove <programname>
将
如果仅卸载应用而保留配置文件,可以执行下面的命令:
sudo apt-get remove <programname>