无法在12.04 x64上安装Wine

我不能让Wine安装,它一直说有未满足的依赖项。

sudo apt-get install wine 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: wine : Depends: wine1.5 but it is not going to be installed E: Unable to correct problems, you have held broken packages. 

这是一个全新的安装。

我也无法安装它,最后发现它与我添加的前沿包有关。

我四处走动,试图让它工作,然后找到了这个并且绝望地运行它: http : //code.google.com/p/apt-downgrade/ 。

花了一段时间,但酒后安装完美。

转到ubuntu软件中心>>编辑>>软件来源>>下载>>选择美国重新启动计算机后进入软件中心并输入wine并安装它

我也无法在ubuntu 12.04 64位中安装wine1.5。 但是,在我在更新管理器中执行“推荐更新”后,我能够毫无问题地安装它(之前我选择了“重要的安全性”更新)。 我不知道它是如何可能的。 希望这可以帮助。

键入以下命令以解决问题

 sudo apt-get autoremove sudo apt-get install -f sudo dpkg -P wine 1.5 

使用上一个命令清除所有与葡萄酒相关的包,如下所示

 sudo dpkg -P wine<> 

之后再次安装葡萄酒

 sudo apt-get install wine 

转到终端并键入以下命令:

 dpkg --print-architecture i386 

这通常需要一些时间。 在此之后,再次键入sudo apt-get install wine

为我工作……