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:~$
いくつかのパッケージをインストールしようとしても同じです。私は何をしますか?
役に立つ情報があれば-Debianを使用しています
(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をインストールするわけではありません(たとえば、インストール時にルートパスワードを指定しない場合にのみ、Debianはsudoをインストールします)。ルート権限なしでapt-cacheを実行できます。