https://doqtqu.tistory.com/178
[ubuntu] dpkg was interrupted Error 해결 방법
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. dpkg가 올바르게 구성되지 않아서 발생하는 오류로, 오류 메세지에 나온 커맨드를 그대로 실행하면 해결할 수 있다. sudo
doqtqu.tistory.com
dpkg가 올바르게 구성되지 않아서 발생하는 오류로,
오류 메세지에 나온 커맨드를 그대로 실행하면 해결할 수 있다.
sudo dpkg --configure -a
만약 해결되지 않으면 커맨드 입력 전에 $sudo apt-get install -f를 실행해준다.
sudo apt-get install -f
sudo dpkg --configure -a
다만, 실행 중 아래와 같은 오류가 발생할 때가 있는데,
/usr/sbin/dkms: fork: Cannot allocate memory |
메모리 부족 문제이므로, 서버 내부의 메모리 사용량 확인이 필요하다.
만약, AWS, Naver Cloud Platform 등과 같은 클라우드 플랫폼을 사용 중이라면 해당 오류 수정을 위해 일시적으로라도 인스턴스 유형을 더 높은 걸로 변경해주면 된다.
'경로 및 정보' 카테고리의 다른 글
Hyundai app bugs allowed hackers to remotely unlock, start cars (펌) (0) | 2025.02.02 |
---|---|
도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (펌) (0) | 2025.02.01 |
Ubuntu 22.04 끊김 현상 (0) | 2025.02.01 |
docker 설치 & wsl 재설치 (0) | 2025.01.31 |
BloodHound 윈도우 설치 (진행 중) (0) | 2025.01.29 |