无法安装 wine

无法安装 wine

我试了好几次,但似乎都不起作用。每次我尝试安装 Wine 时,总是会出现这种情况:

The following packages have unmet dependencies:

wine1.4: PreDepends: dpkg (>= 1.15.7.2~) but 1.16.1.2ubuntu7.1 is to be installed
         Depends: libc6 (>= 2.14) but 2.15-0ubuntu10.4 is to be installed
         Depends: libgettextpo0 but it is not going to be installed
         Depends: wine1.4-amd64 (= 1.4.1-0ubuntu1~precise1~ppa4) but 1.4.1-0ubuntu1~precise1~ppa4 is to be installed
         Depends: wine1.4-i386 (= 1.4.1-0ubuntu1~precise1~ppa4) but it is a virtual package

依然没有。

brian@brian-laptop:~$ sudo apt-get purge wine* && sudo apt-get install wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package wine1.4_1.4-0ubuntu4_amd64.deb
E: Couldn't find any package by regex 'wine1.4_1.4-0ubuntu4_amd64.deb'
E: Unable to locate package wine1.4-amd64_1.4-0ubuntu4_amd64.deb
E: Couldn't find any package by regex 'wine1.4-amd64_1.4-0ubuntu4_amd64.deb'
E: Unable to locate package wine1.4-common_1.4-0ubuntu4_all.deb
E: Couldn't find any package by regex 'wine1.4-common_1.4-0ubuntu4_all.deb'
E: Unable to locate package wine1.4-i386_1.4-0ubuntu4_i386.deb
E: Couldn't find any package by regex 'wine1.4-i386_1.4-0ubuntu4_i386.deb'
E: Unable to locate package wine-gecko1.4_1.4.0-0ubuntu2_amd64.deb
E: Couldn't find any package by regex 'wine-gecko1.4_1.4.0-0ubuntu2_amd64.deb'
brian@brian-laptop:~$ sudo apt-get purge wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package wine is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

我不明白,我之前用的是 10.04,一直没用,直到我升级到 12.04 LTS

答案1

我建议使用本说明并从专用 PPA 下载 wine。

相关内容