[Ubuntu] 'E: Unmet dependencies' 에러

황준하·2024년 2월 28일
  • 에러 코드
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  • 실행 명령어
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken



출처: https://askubuntu.com/questions/1044817/failed-installation-of-package-breaks-apt-get

0개의 댓글