(참고 : https://linuxhint.com/apt_get_fix_missing_broken_packages/)
$ sudo apt-get update --fix-missing
$ sudo apt-get install -f
단순한 패키지 오류일 경우에는 위의 명령어만 써도 해결될 수 있다.
위 방법이 나한테는 적용되었다.
$ sudo apt update
$ sudo apt clean
$ sudo apt autoremove