(10-30-2019, 02:49 AM)Jerry link Wrote: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
Is there a reason the xenial main repository was chosen,
or does Linux Lite always follow the previous Ubuntu LTS version?