개요

우분투 16.04에서 소프트웨어 업그레이드 이후 아래와 같은 에러가 발생하였다. 이부분은 아래와 같이 영어로 쓰여있는데로 해결이 되는데 우분투 관련 사소한 에러들은 해결책을 정리해놓아야 다음번에 시간을 아낄수 있다고 생각해서 정리해둔다.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ubuntu-desktop : Depends: checkbox-gui but it is not going to be installed
              Recommends: python3-aptdaemon.pkcompat but it is not going to be installed
              Recommends: system-config-printer-gnome but it is not going to be installed
              Recommends: unity-webapps-common but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

해결책

$ sudo apt-get -f install
$ sudo apt-get autoremove

필자의 경우 우분투 16.04에서 usb 마우스 쓸 시 문제가 있어 해결해서 쓰는데 이부분이 업그레이드 이후 관련 증상이 롤백되어 다시 재차 적용하였다.