Temp
[Ubuntu] Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
ju_young
2021. 12. 15. 22:48
728x90
아래 명령어를 사용하면 이후 정상적으로 실행된다.
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken
[ref]
728x90