मैं डेबियन 7.2 (स्थिर) पर टर्मिनेटर (टर्म एमुलेटर) पैकेज स्थापित करने की कोशिश कर रहा हूं testing
:
Package: terminator
Pin: release a=testing
Pin-Priority: 1000
लेकिन apt
शिकायत करता है:
# apt-get install terminator
...
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:
terminator : Depends: python:any (>= 2.6.6-7~)
E: Unable to correct problems, you have held broken packages.
क्या अजीब बात है कि स्थापित पायथन दुभाषियों के संस्करण को आवश्यकताओं को फिट करना चाहिए:
ii python2.6 2.6.8-1.1 amd64 Interactive high-level object-oriented language (version 2.6)
ii python2.7 2.7.3-6 amd64 Interactive high-level object-oriented language (version 2.7)
मैं कैसे इसे ठीक कर सकता हूं? और टर्मिनेटर को कथित रूप से अप्रयुक्त निर्भरता के बारे में शिकायत क्यों है?
(और skynet
टर्मिनेटर की निर्भरता के रूप में लापता पैकेज के बारे में कोई चुटकुले कृपया ;-)
अद्यतन करें:
मैंने काम करने के दौरान निर्भरता की समस्या पर काम किया apt-get download terminator
और फिर इसके माध्यम से इंस्टॉल करते समय निर्भरता की अनदेखी की dpkg
, लेकिन मैं फिर भी इस समस्या का समाधान जानना चाहूंगा। यहाँ अतिरिक्त उत्पादन है:
% apt-cache policy terminator
terminator:
Installed: 0.97-2
Candidate: 0.97-2
Package pin: 0.97-2
Version table:
*** 0.97-2 1000
600 http://ftp.icm.edu.pl/pub/Linux/debian/ testing/main amd64 Packages
500 http://ftp.icm.edu.pl/pub/Linux/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
0.95-1 1000
650 http://ftp.icm.edu.pl/pub/Linux/debian/ wheezy/main amd64 Packages
% apt-cache depends terminator
terminator
Depends: gconf2
gconf2:i386
Depends: python-dbus
Depends: python-gobject
Depends: python-gtk2
Depends: python-vte
Depends: <python:any>
python:i386
python
Recommends: python-gnome2
Recommends: python-keybinder
Recommends: python-notify
Recommends: xdg-utils
apt-cache policy terminator
औरapt-cache depends terminator
?