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
? 모든 Linux 배포판이 기본적으로 sudo를 설치하는 것은 아닙니다 (예를 들어, 데비안은 설치시 루트 암호를 지정하지 않은 경우에만 sudo를 설치합니다). 루트 권한없이 apt-cache를 실행할 수 있습니다.