$ 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
।