The WINE compatibility layer for Unix-like OSes enables Linux and macOS systems to run Windows applications like graphic-intensive games. Wine software library, Winelib, using which developers can compile Windows applications to help port them to Unix-like systems.
Download Link available on winehq.org, as a free and open-source
Configuration Tool
Open a window for Applications, Libraries (DLLSelection), Audio (Sound drivers), Desktop integration, and Graphics.
From the Application panel, the user can select the version of Windows for which an application is designed.
The Drives panel list detected partitions,dandsWindowsed drives as .wine/drive_c. The Linux file system is listed as Z: drive.
Once configured, WINE will set up the .wine directory on the user’s home directory; within that directory, the drive_c guide is C, holding Windows and Program Files subdirectories. The Windows directory contains System and System32 directories, where DLL files are placed.
The Program files directory holds installed Windows programs, and their icons appear on the desktop.
Latest News
- Proton 5.0 was released in February 2020, a modified version of Wine that lives inside the Steam client for Linux and does everything for the user. It has a massive library of compatible games, at least 6,502, according to ProtonDB, that works perfectly.
- Wine-Staging 5.6 brings a fix for some games that have a non-functioning mouse input.
- The Wine 5.5 built-in libraries use Universal CRT (UCRT) C run-time. It is part of the Microsoft C++ Standard Library and is a component shipped as part of Windows 10 or Visual C++ on older releases.
- The Wine 5.0 update introduces Portable Executable (PE) modules, built in the Windows binary PE file format used in executables and DLLs. According to developers, the PE binaries copied into the Wine prefix instead of the fake DLL files, making the prefix look more like an actual Windows installation at the cost of some extra disk space. The new release also supports multiple displays and monitors, and there’s Vulkan 1.1 graphics driver support up to version 1.1.126 for Android and support for multiple monitors.
You must be logged in to post a comment.