するとき
$ 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
以前の修正はvimのインストールではうまくいきましたが、他のパッケージではうまくいかなかったので、同じ種類の問題が発生しました(E:問題を修正できず、壊れたパッケージを保持しています)。
もう少し検索した後、別のフォーラムでより良い修正を見つけました。修正はLiam Proven(http://ubuntu.5.n6.nabble.com/E-Unable-to-correct-problems-you-have-held-broken-packages-td4355181.html)によって提供されています。
Synaptic(インストールされている場合)またはシステム設定| ソフトウェアソース。最速のサーバーを見つけるオプションを探します。通常は、負荷の軽いミラーを近くで選択します。
最高速のサーバーを設定した後は問題ありません。お役に立てれば幸いです。