10-30-2019, 02:49 AM
After adding the wine repo, you'll get a complaint when you try to installing wine-staging, so change the repo details from bionic to xenial, then it will all work, or just do this:
Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt install --install-recommends winehq-staging