इसलिए, मेरी मूल वास्तुकला amd64 है और मैंने i386 को विदेशी के रूप में भी जोड़ा है। मैंने विचित्र व्यवहार का सामना किया है। उदाहरण के लिए, libqt4-dbus पैकेज लेने देता है। मैं सभी उपलब्ध पैकेज संस्करणों का पता लगाने की कोशिश करता हूं:
phargelm@phargelm:~$ sudo apt list libqt4-dbus -a
Listing... Done
libqt4-dbus/stable,now 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 amd64 [installed]
ऐसा लगता है, कि वहाँ केवल amd64 बिल्ड उपलब्ध है। अगर मैं इस पैकेज को स्पष्ट रूप से निर्दिष्ट पैकेज आर्किटेक्चर (i386) के साथ स्थापित करने का प्रयास करता हूं, तो मुझे यह मिलता है:
phargelm@phargelm:~$ sudo apt install libqt4-dbus:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libqt4-dbus:i386 : Depends: libqtdbus4:i386 (= 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
इसके अलावा, मेरे पास apt-get -f install का कोई परिणाम नहीं है:
phargelm@phargelm:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
लेकिन ठीक काम कर रही योग्यता:
phargelm@phargelm:~$ sudo aptitude install libqt4-dbus:i386
The following NEW packages will be installed:
gcc-4.9-base:i386{a} libc6:i386{a} libc6-i686:i386{a} libdbus-1-3:i386{a} libffi6:i386{a} libgcc1:i386{a} libglib2.0-0:i386{a} libpcre3:i386{a} libqt4-dbus:i386
libqt4-xml:i386{a} libqtcore4:i386{a} libqtdbus4:i386{a} libselinux1:i386{a} libstdc++6:i386{a} zlib1g:i386{a}
0 packages upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.2 MB of archives. After unpacking 27.1 MB will be used.
तो, सवाल यह है: क्यों अभिवृत्ति libqt4-dbus स्थापित कर सकती है: i386 बिना किसी समस्या के, लेकिन उपयुक्त नहीं है, इसे कैसे ठीक करें?
apt-get update
स्थापित करने से पहले पहले कर सकते हैं ? क्या आपने अपनी जाँच की है/etc/apt/sources.list
?