http://jingyan.baidu.com/article/f54ae2fc2724a71e92b849c4.html

sudo dpkg -i xx.deb

sudo dpkg -l xx*/ * xx

  1. 先列举出libreoffice相关的软件,看哪些是已经安装的。命令为: dpkg -l libreoffice*

    使用dpkg命令卸载已经安装的软件包
  2. 3

    其中,un, ii, rc等是Desired和Status

    Desired=Unknown/Install/Remove/Purge/Hold

    Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

    ii就是已经安装的软件, rc则表示已经被删除,但配置文件还存在。

sudo dpkg -P xx

相关文章:

  • 2021-12-11
  • 2021-12-05
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-12-06
  • 2021-07-25
  • 2021-08-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案