我想知道我使用的是哪个版本的 Wine。因为如果我apt show wine
在终端上输入:
Package: wine
Version: 1:1.6.2-0ubuntu14
Priority: extra
Section: universe/otherosfs
Source: wine1.6
Origin: Ubuntu
Maintainer: Scott Ritchie <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6,144 B
Depends: wine1.6
Homepage: http://www.winehq.org/
Download-Size: 974 B
APT-Sources: http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
Description: Microsoft Windows Compatibility Layer (meta-package)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This meta-package always depends on the default version of Wine.
但如果我输入wine --version
:
wine-1.9.22
为什么不只有一个版本?
您使用的是 1.9.22,可能是因为您有它的 PPA。命令 'wine --version' 始终显示您正在使用的版本。
您看到的另一个版本,1.6.2 用于包“wine”,但 1.9.x 包被命名为 wine-staging。
有关更多信息,您还可以查看以下链接:
如何安装和配置 Wine?