因此,我尝试安装葡萄酒1.5几次,我得到1.4安装,1.6安装足够奇怪,我完全删除和清除所有的葡萄酒,但仍然什么也没有。我安装了ia32-lib,仍然什么也没有,我试着从synaptic、ubuntu软件中心和apt方法安装。我从apt-get到终端中得到了这个错误。
Reading package lists... 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 resolve the situation:
The following packages have unmet dependencies:
wine1.5 : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.我想安装的特定windows程序在1.5中被确认可以工作(让它在笔记本电脑上工作)
发布于 2013-06-19 23:10:40
仅安装ppa葡萄酒&控制台上的任何deps
第一个。如果已安装,则移除元包。
sudo apt-get purge wine
然后,相同的命令,无论是否安装了葡萄酒
sudo add-apt-repository ppa:ubuntu-wine/ppa
最后用
sudo apt-get update && sudo apt-get install wine
如果您有任何顾虑,可以通过以下方式模拟(-s)安装
sudo apt-get -s install wine
如果一切顺利,只需在没有-s的情况下重新运行。
发布于 2013-06-23 23:26:26
我刚刚用了1.6版本,不能得到1.5的工作,但1.6做得很好。
发布于 2013-08-03 00:47:14
同样的问题。把我逼疯了。最后运行:
dpkg --add-architecture i386然后,快速更新:
apt-get Update现在似乎正在安装。
https://askubuntu.com/questions/310347
复制相似问题