我无法安装 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.
这是一个全新安装。
答案1
我也无法安装它,最后发现它与我添加的前沿软件包有关。
我四处寻找,试图让它工作,最后却发现了这个,并绝望地运行了它:http://code.google.com/p/apt-downgrade/。
花了一段时间,但之后 wine 安装就完美了。
答案2
进入 ubuntu 软件中心 >> 编辑 >> 软件源 >> 下载自 >> 选择美国 之后重启电脑,进入软件中心输入 wine 并安装
答案3
我也无法在 ubuntu 12.04 64 位中安装 wine1.5。不过,我在更新管理器中执行了“推荐更新”后,就可以毫无问题地安装它了(我之前只选择了“重要安全”更新)。我不知道这是怎么回事。希望这能有所帮助。
答案4
转到终端并输入此命令:
dpkg --print-architecture i386
这通常需要一些时间。此后,sudo apt-get install wine
再次输入。
对我有用......