$ 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
भरोसेमंद के अलावा था । तब, ब्रह्मांड से एक पैकेज स्थापित करना चाहता था, जो केवल / मुख्य रूप से उपलब्ध संस्करणों पर निर्भर था और इस तरह स्थापित नहीं किया जा सकता था।
sudo apt-get install --reinstall at-spi2-core qdbus libqt4-dbus
sudo apt-get install qdbus
:।