मैं django ऐप को तैनात करने की कोशिश कर रहा हूं। जब मैं प्रिंट करता
apt-get update
हूं तो देखता हूं
W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (13: Permission denied)
W: Unable to read /etc/apt/sources.list - RealFileExists (13: Permission denied)
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Unable to read /var/cache/apt/ - opendir (13: Permission denied)
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
जब मैं प्रिंट करता sudo apt-get update
हूं तो देखता हूं
-bash: sudo: command not found
मैंने su
इसके बजाय उपयोग करने की कोशिश की sudo
। लेकिन यह अजीब है। उदाहरण के लिए मैं प्रिंट करता हूं su apt-get update
और कुछ नहीं होता है मैं सिर्फ एक नई लाइन देखता हूं,
(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$
वही अगर मैं कुछ पैकेजों को स्थापित करने की कोशिश करता हूं। मैं क्या करूं?
यदि यह उपयोगी जानकारी है - मैं डेबियन का उपयोग कर रहा हूं
(uiserver):u87600811:~$ uname -a
Linux infong1559 3.14.0-ui16294-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-10-20) x86_64 GNU/Linux
apt-cache policy sudo
? सभी लिनक्स डिस्ट्रोस डिफ़ॉल्ट रूप से sudo स्थापित नहीं करते हैं (उदाहरण के लिए, डेबियन, sudo स्थापित करेगा यदि और केवल यदि आप स्थापना पर रूट पासवर्ड निर्दिष्ट नहीं करते हैं)। आप रूट-कैश को बिना रूट विशेषाधिकार के चला सकते हैं।