where can I get WINE 6 for DEBIAN? The linksand the standard install only give me WINE4/
Lawrence
where can I get WINE 6 for DEBIAN
Re: where can I get WINE 6 for DEBIAN
What version of Debian? We only have 6.0 packages for buster and bullseye. https://wiki.winehq.org/Debian
Re: where can I get WINE 6 for DEBIAN
I have Debian 10, recently downloaded.
I don't know its name
Lawrence
I don't know its name
Lawrence
Re: where can I get WINE 6 for DEBIAN
Debian 10 is Buster
You can install Wine 6.0 with:
You can install Wine 6.0 with:
Code: Select all
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
echo "deb https://dl.winehq.org/wine-builds/debian/ buster main" | sudo tee /etc/apt/sources.list.d/winehq.list
sudo apt update
wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/amd64/libfaudio0_20.01-0~buster_amd64.deb
wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/i386/libfaudio0_20.01-0~buster_i386.deb
sudo dpkg -i libfaudio0_20.01-0~buster_amd64.deb libfaudio0_20.01-0~buster_i386.deb
sudo apt install -f
sudo apt install --install-recommends winehq-stable