1 dpkg --list 列出已安装软件     |     dpkg --status software_name 查看指定软件状态
2 apt-get update                                   更新安装列表
3 apt-get upgrade                                 升级软件
4 apt-get install software_name                 安装软件
5 apt-get --purge remove software_name 卸载软件及其配置
6 apt-get autoremove software_name       卸载软件及其依赖的安装包

参照于:https://blog.csdn.net/wanchaopeng/article/details/84545172

相关文章:

  • 2021-11-03
  • 2021-11-03
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-02-14
  • 2021-08-07
猜你喜欢
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案