- 에러 발생
apt-get install build-essential
에 대해
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
가 발생
- 해결 방법
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
-> sudo 사용
E: Unable to locate package upgrade
-> sudo apt-get update 입력
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
-> sudo apt-get install update 입력
'코딩 > 해결' 카테고리의 다른 글
[분산시스템] [분산 key-value store 서버와 해쉬 함수 기반 파티션] client.c (0) | 2024.05.10 |
---|---|
[분산시스템] [UDP 소켓 프로그래밍] server.c (0) | 2024.05.05 |