मैं का 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)
nginx
थे, वह उबंटू में किसी भी पैकेज को हटाने का सही तरीका नहीं था। आप इसे उसीapt-get
आदेश का उपयोग करके निकालना चाहते हैं । मुझे इसे पूरी तरह से हटाने का उचित तरीका पोस्ट करें और इसे फिर से कैसे स्थापित करें।