Linux下彻底卸载LibreOffice方法

终端中输入命令:

对所有基于 Debian 的发行版(Debian、Ubuntu、Kubuntu、Xubuntu、*buntu、Sidux 等):

sudo apt-get purge libreoffice?

sudo aptitude purge libreoffice?

不要漏掉通配符“?”,否则无法清除/卸载全部 LibreOffice 软件包

或者

sudo apt-get remove --purge libreoffice*

相关文章:

  • 2021-10-28
  • 2021-04-12
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-12-02
  • 2021-09-30
  • 2022-02-06
  • 2022-02-25
相关资源
相似解决方案