I can't install Wine in zorin core

finally i found a solution after one day of searching and trying, the only one working with me, i want to share it with who have the same problem.

1-

sudo apt-add-repository -r 'deb Index of /wine-builds/ubuntu bionic main'

2-

wget -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key -O Release.key -O- | sudo apt-key add -

3-

sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'

4-

sudo apt-get update

5-

sudo apt install --install-recommends winehq-stable

done !
good luck

1 Like