
소프트웨어를 업데이트하려고 할 때마다 다음과 같은 말이 나옵니다...
mint@mint ~ $ apt-get update
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
답변1
사용자 에게 명령 mint
을 실행할 수 있는 권한이 없습니다 apt-get
.
대신 다음 명령을 실행해 보세요.
sudo apt-get update