나는 다른 날에 bsnes를 설치하고 어떤 이유로 설치에 실패했습니다. 이제이 깨진 패키지를 처리하려고 시도하고 실패 할 때 업데이트, 새 패키지 설치 또는 기본적으로 apt-get 명령을 수행 할 수 없습니다. 새 패키지를 설치하려고 시도해도 동일한 운명에 처하게됩니다. 내가 얻는 오류는 다음과 같습니다.
Setting up google-chrome-stable (33.0.1750.152-1) ...
/var/lib/dpkg/info/google-chrome-stable.postinst: 124: /var/lib/dpkg/info/google-chrome-stable.postinst: update-alternatives: not found
dpkg: error processing google-chrome-stable (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up bsnes (0.088-7) ...
/var/lib/dpkg/info/bsnes.postinst: 5: /var/lib/dpkg/info/bsnes.postinst: update-alternatives: not found
dpkg: error processing bsnes (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
google-chrome-stable
bsnes
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ask Ubuntu에서 Google과 여기를 검색했지만 작동하는 솔루션을 찾지 못했습니다. 일반적으로 제안되는 수정은 다음을 실행하는 것입니다.
sudo apt-get clean && sudo apt-get autoremove
sudo apt-get -f install
sudo dpkg --configure -a
그러나 이것은 작동하지 않습니다. apt-get 명령은 모두 위와 동일한 오류로 실패하며 dpkg 명령은 도움이되지 않습니다. 그들은 종종 시냅틱이나 커맨드 라인을 통해 그것을 제거하는 것이 좋습니다.
도와 주셔서 감사합니다
dpkg
가 항상 도움이되는 것은 아닙니다.