无法在 Ubuntu 14.04 上安装 wine

无法在 Ubuntu 14.04 上安装 wine

我无法在 Ubuntu 14.04 上安装 Wine。当我尝试在 Ubuntu 软件中心安装它时,我总是收到一条消息,提示我有未满足的依赖项。我尝试通过终端安装 Wine,结果显示:

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:
 wine : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

答案1

sudo add-apt-repository ppa:ubuntu-wine/ppa 
sudo apt-get update
sudo apt-get install wine1.7

来源

答案2

Ctrl++打开终端,然后在终端上输入以下内容AltT

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks

就是这样

答案3

sudo apt-get update
sudo apt-get upgrade

然后尝试再次安装。

相关内容