所以我尝试安装 wine 1.5 几次,我安装了 1.4,奇怪的是安装了 1.6,我完全删除并清除了所有 wine,但仍然没有结果。我安装了 ia32-lib,但仍然没有结果,尝试从 synaptic、ubuntu 软件中心和 apt-get 方法安装。我在终端中从 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 版本中运行(已在笔记本电脑上运行)
答案1
从控制台安装 ppa wine 和任何 deps
1. 如果安装了元包,请将其删除
sudo apt-get purge wine
然后无论 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。
答案2
我最终使用了 1.6 版本,无法让 1.5 版本运行,但是 1.6 版本运行良好。
答案3
遇到了同样的问题。让我抓狂。最后运行:
dpkg --add-architecture i386
然后,快速更新:
apt-get Update
现在似乎正在安装。