wine64
Implementation of the Windows API (WoW64 version)
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
- Versions: 9.0
- Website: https://www.winehq.org/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/wine.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of wine64
as follows:
guix install wine64
Or install a particular version:
guix install wine64@9.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/wine64/'><img src='http://127.0.0.1:3000/packages/wine64/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/wine64/badges/latest-version.svg)](http://127.0.0.1:3000/packages/wine64/) Org: [[http://127.0.0.1:3000/packages/wine64/][http://127.0.0.1:3000/packages/wine64/badges/latest-version.svg]]