添加 ppa 后找不到 wine1.6.2

添加 ppa 后找不到 wine1.6.2

我在 Ubuntu 12.04 上安装 wine 1.6.2,点击此链接 http://www.tecmint.com/install-wine-on-ubuntu-and-linux-mint/

Wine 1.6.2 的安装 要安装 Wine,请在桌面上按“CTRL + ALT + T”打开终端,然后在终端上逐个运行以下命令。

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

$ sudo apt-get install wine1.6
[sudo] password for tim: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
wine1.6 is already the newest version.
The following packages were automatically installed and are no longer required:
  libgnutlsxx27 libkadm5clnt-mit8 libgpg-error-dev comerr-dev libgcrypt11-dev dh-apparmor libkrb5-dev libldap2-dev libgssrpc4
  krb5-multidev libgnutls-openssl27 libkadm5srv-mit8 libkdb5-6 libkms1 libidn11-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

$ wine --version
wine-1.6.1

$ whereis wine
wine: /usr/bin/wine /usr/bin/X11/wine /usr/share/wine /usr/share/man/man1/wine.1.gz

答案1

wine ppa 往往具有最新版本,并可在最新的 Ubuntu 版本上运行。如果您现在查看 wine ppa,Wine PPA 12.04 版你会注意到 1.6.x 的最后更新是 1.6.1,或者更准确地说,是 1:1.6.1-0ubuntu1~ppa1~precise1

您还会注意到,它提供 1.7.x 版本,但最高可达 1.7.18,而在 14.04 上,它提供最新版本 1.7.27。我建议跳转到新版本的 Ubuntu(14.04 或即将推出的下一个 14.10)以获取最新的 wine 版本。我还建议删除 1.6.x 并安装 1.7(或即将推出的 1.8),因为与 1.6.x 相比,它有 500 多项增强功能

当然,如果你想要最新的 wine。如果不是,你可以继续使用 12.04 并坚持使用当前的 1.6.x 或跳转到 1.7。

相关内容