Ubuntu 12.0.4 でターミナル経由でプログラムをインストールできない

Ubuntu 12.0.4 でターミナル経由でプログラムをインストールできない

最近、フラッシュドライブからUbuntu 12.0.4を起動できるようにしました。以前もこの方法を試したことがあり、以前のフラッシュドライブでは問題はありませんでした。そのとき遭遇した唯一の問題は、容量不足だったのですが、今度はフラッシュドライブを再フォーマットして容量を増やしました。インストールしようとしているプログラムはWine 1.7で、提供されている手順は次のとおりです。ここ今回はうまくいきませんでした。ターミナルからインストールしようとすると、毎回このメッセージが表示されます:

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:
 wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.12-0ubuntu1) but it is not going to be installed
           Depends: wine1.7-i386 (= 1:1.7.12-0ubuntu1)
           Recommends: fonts-droid but it is not installable
           Recommends: ttf-mscorefonts-installer but it is not installable
           Recommends: fonts-horai-umefont but it is not installable
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

これが何を意味するのか知っている人がいたら教えていただければ幸いです。

答え1

ソース リストから wine リポジトリを削除し、ソース リストを更新します (sudo apt-get update)。必要に応じて、最新のリポジトリ情報をリストに追加し、リストを再度更新します。

今すぐ Wine をインストールしてみてください。

答え2

sudo apt-get check でうまくいきます。apt-get autoclean && apt-get autoremove も使用することをお勧めします。

関連情報