Wine (Application)

From campisano.org
Jump to navigation Jump to search

Install Backport version

apt-get autoremove --purge wine* wine32* wine32-preloader* wine64* wine64-preloader* libwine* fonts-wine* winetricks*
dpkg --add-architecture i386
apt-get update
apt-get -t buster-backports install wine wine32:i386 wine32-preloader:i386 libwine:i386 wine64 wine64-preloader libwine wine-binfmt fonts-wine winetricks

Install WineHQ version

apt-get autoremove --purge wine* libwine* fonts-wine 
wget -nc https://dl.winehq.org/wine-builds/Release.key
apt-key add Release.key
rm -f Release.key 
echo '# winehq' >> /etc/apt/sources.list
echo 'deb https://dl.winehq.org/wine-builds/debian/ stretch main' >> /etc/apt/sources.list
apt-get update
apt-get install --install-recommends winehq-devel

Reference