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

Wine 1.7がXubuntu15.10にインストールされていませんか?

そこで、昨日Xubuntuのインストールをセットアップした後、ppa:ubuntu-wine/ppaを使用してWine1.7をインストールしようとしました。ただし、sudo apt-get install wine1.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.44-0ubuntu1) but it is not going to be installed
           Depends: wine1.7-i386 (= 1:1.7.44-0ubuntu1)
E: Unable to correct problems, you have held broken packages.

自動削除、i386アーキテクチャの追加、パッケージのクリーンアップ、apt-getインストールの修正など、オンラインで見つけたいくつかのソリューションを試しました。しかし、私が見つけたすべての解決策を試した後、wine1.7はまだインストールされていません。これが私のコンピュータのせいなのか、PPAのせいなのかはわかりませんが、他の人が見つけたものを共有できれば、それは素晴らしいことです。

ありがとう、エリー

リクエストに応じて、apt-cache policy wine1.7 wine1.7-amd64 wine1.7-i386の出力を次に示します。 :

wine1.7:
  Installed: (none)
  Candidate: 1:1.7.44-0ubuntu1
  Version table:
     1:1.7.44-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-amd64:
  Installed: (none)
  Candidate: 1:1.7.44-0ubuntu1
  Version table:
     1:1.7.44-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main amd64 Packages
wine1.7-i386:i386:
  Installed: (none)
  Candidate: 1:1.7.44-0ubuntu1
  Version table:
     1:1.7.44-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ wily/main i386 Packages  

sudo apt-get install wine1.7-amd64 wine1.7-i386の出力 :

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-amd64 : Depends: libgphoto2-port10 (>= 2.5.2) but it is not installable
                 Recommends: libgnutls26 but it is not installable
                 Recommends: wine-gecko2.34 but it is not installable
                 Recommends: wine-mono4.5.4 but it is not installable
 wine1.7-i386:i386 : Depends: libgphoto2-port10:i386 (>= 2.5.2) but it is not installable
                     Recommends: libgnutls26:i386 but it is not installable
                     Recommends: libpcap0.8:i386 but it is not going to be installed
                     Recommends: wine-gecko2.34:i386 but it is not installable
                     Recommends: wine-mono4.5.4:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.

承認された回答:

必要なパッケージは現在Wilyでは利用できません。このフィルタリングされたページを確認してください。

関連:どのパッケージがpgfplots.styを提供しますか?

数日待つと、Wilyパッケージが利用可能になる可能性があります。それまでの間、Vividパッケージをインストールしてください:

wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_i386.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgphoto2/libgphoto2-port10_2.5.4-1.1ubuntu1_amd64.deb
sudo dpkg -i libgphoto2-port10*.deb
sudo apt-get install -f
sudo apt-get install wine1.7

Ubuntu
  1. Ubuntu12.10へのVirtualBox4.2のインストール

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

  3. Ubuntu18.04へのSNMPのインストール

  1. Ubuntu Studio 19.10にWineをインストールできませんか?

  2. Pipのインストールの問題:Pipコマンドが見つかりませんか?

  3. ValueError:PyReadline のインストール後に _type_ 'v' がサポートされていないというエラーが発生しました

  1. RAID 0をインストールした後、GrubはWindows 7を見つけることができませんでしたか?

  2. Xubuntu Libre Office Calcはネットワークファイルを開くことができませんか?

  3. Nvidia独自のドライバーをインストールした後にUnityがロードされませんか?