Tôi đang cố gắng triển khai ứng dụng django. Khi tôi in
apt-get update
tôi thấy
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?
Khi tôi in sudo apt-get update
tôi thấy
-bash: sudo: command not found
Tôi đã cố gắng sử dụng su
thay vì sudo
. Nhưng nó thật lạ. Ví dụ tôi in su apt-get update
Và không có gì xảy ra Tôi chỉ thấy một dòng mới,
(uiserver):u78600811:~$ su apt-get update
(uiserver):u78600811:~$
Tương tự nếu tôi cố gắng cài đặt một số gói. Tôi làm gì?
Nếu đó là thông tin hữu ích - Tôi đang sử dụng 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
? Không phải tất cả các bản phân phối Linux đều cài đặt sudo theo mặc định (ví dụ Debian sẽ cài đặt sudo khi và chỉ khi bạn không chỉ định mật khẩu gốc khi cài đặt). Bạn có thể chạy apt-cache mà không cần quyền root.