可以运行 winetricks 但无法在 wine 1.6 Ubuntu 14.04.3LTS 64bit 上安装 playonlinux

可以运行 winetricks 但无法在 wine 1.6 Ubuntu 14.04.3LTS 64bit 上安装 playonlinux

正如我在问中提到的,我有 wine 1.6,并且winetricks可以运行它wine

$wine --version  
$wine-1.6.2

$sudo apt-get install playonlinux
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:
 playonlinux : Depends: wine or
                        wine-unstable but it is not installable
E: Unable to correct problems, you have held broken packages.

通过 Ubuntu 软件中心 在此处输入图片描述


apt-cache policy wine
wine:
  Installed: (none)
  Candidate: 1:1.6.2-0ubuntu4
  Version table:
     1:1.6.2-0ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

sudo apt-get install wine1.6
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.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4)
E: Unable to correct problems, you have held broken packages.

我怎样才能解决这个问题?

如果我需要提供更多信息,请告诉我

答案1

使用以下命令安装 wine:

sudo apt-get install wine 

然后通过命令安装playonlinux,

sudo apt-get install playonlinux

相关内容