您好,我是新来的,我一直在尝试安装 wine:
$ sudo apt-get install wine1.7
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:
wine1.7 : Depends: wine1.7-i386 (= 1.7.4-0ubuntu4) but it is not installable
E: Unable to correct problems, you have held broken packages.
我应该怎么办 ?
答案1
按照以下步骤安装wine1.7
打开终端并执行以下命令:
sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7
如果最后一条命令再次出现错误,则将其替换为:
sudo apt-get install wine1.7 wine1.7-i386"=1.7.4-0ubuntu4"
它应该可以成功安装 wine,没有任何问题。:)
如果出现问题,请回复..