安装

apt-get install nginx    #安装
apt-get install nginx --reinstall    #重新安装

 

删除

apt-get remove nginx    #卸载
apt-get remove nginx --purge    #卸载并删除相关配置文件

 

更新

apt-get update    #更新apt源
apt-get upgrade    #更新已安装的软件包

 

查询

dpkg -S nginx    #显示包含软件的所有路径
dpkg -L nginx    #显示软件所安装的路径
dpkg -l nginx    #显示软件的版本信息
apt-cache madison nginx    #显示apt源里软件包的所有版本

 

相关文章:

  • 2022-01-22
  • 2022-01-04
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-12-31
  • 2021-05-25
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案