Skip to content

Winehq Installation

Jeong Han Lee edited this page Mar 17, 2022 · 2 revisions

Wine 7.0

Debian 11 Stable has the Wine 5 as default. However, the latest Kakaotalk.exe doesn't work with the Wine 5. One should install the Wine 7 stable (wine-7.0) specifically.

The following commands require sudo or root privilege.

dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
apt-key add winehq.key
echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" > winehq.list
mv "${SC_TOP}/winehq.list" /etc/apt/sources.list.d/
apt update -y
apt install --install-recommends winehq-stable

Note that winehq-devel (7.0.4) doesn't work at this moment (2022-03-17)

Clone this wiki locally