जब मैंने python3-dev
प्रयोग करके स्थापित करने का प्रयास किया तो मुझे sudo apt-get install python3-dev
निम्न संदेश मिला
python3-dev : Depends: libpython3-dev (= 3.4.0-0ubuntu2) but it is not going to be installed
Depends: python3.4-dev (>= 3.4.0-0~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
इसलिए मैंने निर्भरता स्थापित करने की कोशिश की libpython3-dev
तो मुझे यह संदेश मिला
The following packages have unmet dependencies:
libpython3.4-dev : Depends: libpython3.4-stdlib (= 3.4.0-2ubuntu1.1) but 3.4.3-1ubuntu1~14.04.1 is to be installed
Depends: libpython3.4 (= 3.4.0-2ubuntu1.1) but 3.4.3-1ubuntu1~14.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
हालाँकि दोनों निर्भरताएँ पहले से ही स्थापित हैं। मैं Ubuntu 14.04 का उपयोग कर रहा हूँ
जब मैं भागा तो apt-cache policy python3.4
मुझे मिल गया
python3.4:
Installed: 3.4.3-1ubuntu1~14.04.1
Candidate: 3.4.3-1ubuntu1~14.04.1
Version table:
*** 3.4.3-1ubuntu1~14.04.1 0
100 /var/lib/dpkg/status
3.4.0-2ubuntu1.1 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
3.4.0-2ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
sudo apt-get clean all
apt-get clean all
फिर कोशिश करें फिर कोशिश करें।