Ubuntu 卸载 LibreOffice
Remove LibreOffice on my Ubuntu system
————————————————————
移除安装
sudo apt-get remove libreoffice-common
卸载并且删除相关配置
sudo apt-get purge libreoffice*
附:
删除安装了的软件包的安装包,删除包缓存中的所有包。
sudo apt-get clean
自动卸载这些不再需要的,为了满足其他软件包的依赖而安装的软件包
sudo apt-get autoremove