By Royal ARM
100%
code
sudo dpkg --add-architecture i386
Add the Wine Key, Wine Repository & Update Repositories
wget -nc https://dl.winehq.org/wine-builds/Rel...
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubu...
sudo apt update
sudo apt install wine-stable winehq-stable
sudo apt install wine-devel winehq-devel
sudo apt install wine-staging winehq-staging
winecfg
wget -nc https://dl.winehq.org/wine-builds/Rel... && sudo apt-key add Release.key && sudo apt-add-repository -y https://dl.winehq.org/wine-builds/ubu... && sudo apt update && sudo apt install wine-devel winehq-devel winetricks
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/Rel... && sudo apt-key add Release.key && sudo apt-add-repository -y https://dl.winehq.org/wine-builds/ubu... && sudo apt update && sudo apt install wine-devel winehq-devel winetricks && mv ~/.wine ~/winebck & export WINEARCH=win32 && winecfg
apt-get update && apt-get upgrade
apt-get dist-upgrade
(dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32)
apt-get install wine
wget -nc https://dl.winehq.org/wine-builds/Rel... && sudo apt-key add Release.key && sudo apt-add-repository -y https://dl.winehq.org/wine-builds/ubu... && sudo apt update && sudo apt install wine-devel winehq-devel winetricks
apt-get install winetricks