wine-minimal 9.0
Implementation of the Windows API (32-bit only)
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.
- 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 wine-minimal 9.0
as follows:
guix install wine-minimal@9.0
Or install the latest version:
guix install wine-minimal
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.