我已经尝试了一切,它总是看起来像
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.7 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 remove wine
sudo apt-get autoclean clean
sudo apt-add-repository ppa:ubuntu-wine/ppa
然后sudo apt-get update
然后sudo apt-get install wine1.7
- 最后,如果没有任何效果,请尝试安装 aptitude 而不是 apt-get。:
安装 Aptitude:
sudo apt-get install aptitude
sudo aptitude install wine