Ubuntu20.04LTS: apt卸载nginx
环境:Ubuntu20.04.LTS
卸载
-
sudo apt-get purge nginx:Removes everything. //删除nginx连带配置文件 -
sudo apt-get autoremove:卸载不再需要的nginx依赖程序
参考
环境:Ubuntu20.04.LTS
sudo apt-get purge nginx :Removes everything. //删除nginx连带配置文件
sudo apt-get autoremove :卸载不再需要的nginx依赖程序
参考