Linux를 업데이트하려고 하는데 18.04.4 LTS를 실행하고 있습니다. 한동안 업데이트에 실패했는데, 처음으로 조사해 봐야 할 순간입니다. 이것은 내가받는 오류입니다
Err:1 http://apt.insync.io/ubuntu bionic/non-free amd64 insync amd64 3.2.6.40863-bionic
403 Forbidden [IP: 52.216.102.123 80]
E: Failed to fetch http://apt.insync.io/ubuntu/pool/non-free/i/insync/insync_3.2.6.40863-bionic_amd64.deb 403 Forbidden [IP: 52.216.102.123 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
두 원격 위치 간에 컴퓨터를 동기화하는 통화 비동기화를 사용하고 있던 일부 소프트웨어가 있었습니다. 해당 소프트웨어는 더 이상 사용되거나 설치되지 않습니다.
추천런으로 시도해 봤습니다 apt-get update
. 그런 다음 이러한 메시지를받습니다.
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
으로 실행해야 합니다 sudo
. 예를 들어, apt update
이어야 합니다 sudo apt update
.
표준 일반 업데이트만 수행하려는 경우(예:패키지 목록뿐만 아니라 패키지 업데이트), 올바른 명령은 입니다 sudo apt update && sudo apt upgrade
. 이는 sudo
Ubuntu에게 관리자에 해당하는 Linux의 수퍼유저로 명령을 실행하도록 지시합니다. 수퍼유저는 해당 명령을 실행할 권한이 있지만 귀하의 사용자는 그렇지 않습니다. 따라서 없이 실행하면 왜 sudo
실패합니까? 또한 더 이상 Insync를 사용하지 않는 경우 다음 지침에 따라 패키지 저장소를 제거할 수 있습니다.여기.