次のLinuxコマンド手順を使用して、UbuntuLinuxamd64にWinetheMicrosoft Windows互換性レイヤー(バイナリエミュレーターおよびライブラリ)をインストールできます。 Wineをインストールするには64ビットのUbuntuLinuxシステムを実行している場合は、最初にi386アーキテクチャを有効にする必要があります。そうしないと、Wineをインストールしようとすると次のようになります。
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: wine : Depends: wine1.6 but it is not going to be installed E: Unable to correct problems, you have held broken packages.
次のLinuxコマンドを使用して、64ビットのUbuntuLinuxシステムにWineをインストールします。まず、i386アーキテクチャを有効にします:
# dpkg --add-architecture i386
リポジトリの更新:
# apt-get update
この段階で、通常のワインのインストールに従って続行します:
# apt-get install wine
もう1つの方法は、Ubuntu WineTeamPPAリポジトリを介してWineをインストールすることです。このリポジトリの最新の記事は1.7です。上記のように、i386リポジトリを有効にする必要があることに注意してください:
# add-apt-repository ppa:ubuntu-wine/ppa apt-get update apt-get install wine1.7