I'm wondering which version of Wine I'm using. Because if I type apt show wine
on terminal:
Package: wine
Version: 1:1.6.2-0ubuntu14
Priority: extra
Section: universe/otherosfs
Source: wine1.6
Origin: Ubuntu
Maintainer: Scott Ritchie <scottritchie@ubuntu.com>
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.
but if I type wine --version
:
wine-1.9.22
why is there not only one version?