一、Ubuntu中软件安装方法

1、APT方式

(1)普通安装:apt-get install softname1 softname2 …;

(2)修复安装:apt-get -f install softname1 softname2... ????-f Atemp to correct broken dependencies)

(3)重新安装:apt-get --reinstall install softname1 softname2...;

二、Ubuntu中软件包的卸载方法

1、APT方式

(1)移除式卸载:apt-get remove softname1 softname2 …;(移除软件包,当包尾部有+时,意为安装)

(2)清除式卸载 :apt-get --purge remove softname1 softname2...;(同时清除配置)

清除式卸载:apt-get purge sofname1 softname2...;(同上,也清除配置文件)

卸载一个已安装的软件包(删除配置文件):

apt-get --purge remove packagename

相关文章:

  • 2021-11-15
  • 2021-11-19
  • 2022-01-01
  • 2022-12-23
  • 2021-08-16
  • 2021-12-06
  • 2021-09-05
  • 2022-02-01
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2021-10-15
  • 2022-12-23
  • 2021-10-28
  • 2021-07-31
  • 2021-08-13
相关资源
相似解决方案