1,卸载nginx不保留配置文件

$ sudo apt-get --purge remove nginx

2,卸载自动安装且不再需要的依赖包

$ sudo apt-get autoremove

3,卸载nginx-common不保留配置文件

$ sudo apt-get --purge remove nginx-common

4,重新安装nginx

$ sudo apt-get install nginx

相关文章:

  • 2021-12-29
  • 2021-12-04
  • 2022-02-07
  • 2023-04-02
  • 2022-01-15
  • 2021-08-15
  • 2021-09-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-07-09
  • 2021-09-04
  • 2021-10-20
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案