जब कर रहे हो
$ sudo apt-get install vim
मुझे मिला :
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:
vim : Depends: vim-common (= 2:7.3.154+hg~74503f6ee649-2ubuntu2) but 2:7.3.154+hg~74503f6ee649-2ubuntu3 is to be installed
E: Unable to correct problems, you have held broken packages.
इस समस्या को हल करने के लिए, मैंने किया:
sudo apt-get remove vim-common
sudo apt-get clean && sudo apt-get purge
sudo apt-get update && sudo apt-get install vim
मुझे कहना होगा कि पिछले फिक्स ने विम इंस्टॉलेशन के लिए ट्रिक की थी, लेकिन दूसरों के पैकेज के लिए नहीं, जिसने मुझे अभी भी उसी तरह का मुद्दा दिया है (ई: समस्याओं को ठीक करने में असमर्थ, आपने टूटे हुए पैकेजों को पकड़ रखा है)
थोड़ा और खोज करने के बाद, मुझे एक और मंच पर एक बेहतर समाधान मिला। फिक्स लियाम प्रिवेन (http://ubuntu.5.n6.nabble.com/E-Unable-to-correct-problems-you-have-held-broken-packages-td4355251.html) द्वारा दिया गया है।
Synaptic में (यदि आपने इसे स्थापित किया है) या सिस्टम सेटिंग्स | सॉफ्टवेयर स्रोत। सबसे तेज़ सर्वर खोजने के लिए विकल्प देखें। यह आमतौर पर आपके पास एक हल्के से भरा हुआ दर्पण उठाता है।
सबसे तेज़ सर्वर सेट करने के बाद, मुझे कोई समस्या नहीं है। आशा है कि उपयोगी है।