Server/Linux
리눅스 E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
soccerda
2018. 11. 6. 19:15
반응형
오류는 dpkg 패키지가 제대로 구성되지 않은 결과로 중단되서 오류가 발생하게 됩니다.
이럴땐 알려준데로
$sudo dpkg --configure -a
실행 하면 됩니다.
만약 안된다면
$sudo apt-get install -f
한뒤
$sudo dpkg --configure -a
반응형