我已经安装nginx
使用apt
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:nginx/stable
sudo apt-get install software-properties-common
sudo apt-get update
sudo apt-get install nginx
然后whereis nginx
,rm
我想重新安装,nginx
但现在我手动使用并删除了所有文件,但它不起作用并返回错误:
awk: cannot open /etc/nginx/nginx.conf (No such file or directory)
我创建/etc/nginx/nginx.conf
然后使用apt-get install nginx
它安装完全不起作用。
输出sudo dpkg -l | grep nginx
:
ii nginx 1.4.3-1~raring0 all small, powerful, scalable web/proxy server
ii nginx-common 1.4.3-1~raring0 all small, powerful, scalable web/proxy server - common files
ii nginx-full 1.4.3-1~raring0 i386 nginx web/proxy server (standard version)
我最近知道这一点,但是我如何解决这个问题,我为删除apatch2做同样的事情
—
4
四月,请检查一次我的答案。同时尝试重新启动系统,但仍然无法正常工作!
—
Saurav Kumar 2013年
它不起作用,nginx
—
2013
nginx
方法不是删除ubuntu中任何软件包的正确方法。您将使用相同的apt-get
命令将其删除。让我发表正确的方法来完全删除它,以及如何重新安装它。