Install Wine On Kali Linux Jun 2026

You should see an output like wine-8.0 (or whichever version is current in the Kali repos).

: Uses significantly less RAM than a full Windows VM. 🛠️ Step-by-Step Setup install wine on kali linux

:Install the core compatibility layer and 64-bit/32-bit support. sudo apt install wine wine64 wine32 winetricks You should see an output like wine-8

The first time you run Wine, it might take a moment to set up the ~/.wine directory (your virtual C: drive). A dialogue box might appear asking you to install (for .NET applications) or Gecko (for HTML rendering). It is highly recommended to click Install for these, as many Windows applications rely on them. sudo apt install wine wine64 wine32 winetricks The

WineHQ offers newer versions than Kali’s default repos.

wine: created the configuration directory '/root/.wine'... /usr/bin/wine: No such file or directory

sudo apt install wine wine64 wine32 -y