Próbuję wdrożyć aplikację django. Kiedy drukuję
apt-get update
, widzę
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?
Kiedy drukuję sudo apt-get update
, widzę
-bash: sudo: command not found
Próbowałem użyć su
zamiast sudo
. Ale to dziwne. Na przykład drukuję su apt-get update
I nic się nie dzieje Po prostu widzę nową linię,
(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$
To samo, jeśli spróbuję zainstalować niektóre pakiety. Co ja robię?
Jeśli to przydatne informacje - używam Debiana
(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
? Nie wszystkie dystrybucje Linuksa domyślnie instalują sudo (na przykład Debian zainstaluje sudo tylko wtedy, gdy nie określisz hasła roota podczas instalacji). Możesz uruchomić apt-cache bez uprawnień roota.