GNU/Linux >> Linux の 問題 >  >> Ubuntu

UbuntuLinux64ビットにWineをインストールする方法

次の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

Ubuntu
  1. UbuntuLinuxにJavaをインストールする方法

  2. UbuntuLinuxにusb-creatorをインストールする方法

  3. Ubuntu 18.04 / 20.04/20.10にWine6.3をインストールする方法

  1. UbuntuにWineをインストールする方法

  2. UbuntuLinuxにRedisをインストールする方法

  3. LinuxにWineをインストールする方法

  1. UbuntuにCurlをインストールする方法

  2. UbuntuLinuxにPipeWireをインストールする方法

  3. UbuntuLinuxにPHPをインストールする方法