$ apt-get install -f -o 'Dpkg::Options::=--force-confmiss --force-all --force-confnew --overwrite-conffiles' --reinstall at-spi2-core
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:
kde-workspace-bin : Depends: qdbus but it is not going to be installed
libqt4-dbus : Depends: qdbus (= 4:4.8.5+git192-g085f851+dfsg-2ubuntu4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
나는 "하지만 설치되지 않을 것"을 이해하지 못한다. 왜 설치하지 않습니까?
apt-get -f install 도움이되지 않습니다. 아무것도하지 않습니다.
$ apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
main하고 deb http://de.archive.ubuntu.com/ubuntu/ wily universe multiverse신뢰할 수있는 것만있었습니다 . 그런 다음 apt는 wily / main에서만 사용할 수있는 버전에 따라 유니버스에서 패키지를 설치하려고했기 때문에 설치할 수 없었습니다.
sudo apt-get install --reinstall at-spi2-core qdbus libqt4-dbus
sudo apt-get install qdbus있습니다.