我无法在 ubuntu 16.04 中安装 wine。
sudo apt-get install wine
给了我这个错误
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.6 but it is not going to be installed or
wine1.8 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
答案1
您需要逐个安装每个依赖项才能查看问题所在:
sudo apt-get update
sudo apt-get install wine1.6-i386
sudo apt-get install wine1.6
sudo apt-get install wine
请发布任何错误,谢谢。