How do to install wine 3.13 in Deepin 5.6?
Tofloor
poster avatar
floweringmind
deepin
2018-07-25 16:44
Author
Does anyone know to install wine development 3.13 into Deepin 5.6?
Reply Favorite View the author
All Replies
huiyi1314
deepin
2018-07-25 17:23
#1
install wine  3.1.13 into  deepin15.6?
Reply View the author
billy123456
deepin
2018-07-25 17:27
#2
maybe playonlinux?
Reply View the author
floweringmind
deepin
2018-07-25 17:35
#3
Figured it out:

sudo dpkg --add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/Release.key

sudo apt-key add Release.key

sudo nano /etc/apt/sources.list

add the following line: deb https://dl.winehq.org/wine-builds/debian/ stretch main

sudo apt-get update

sudo apt-get install --install-recommends winehq-stable or sudo apt-get install --install-recommends winehq-devel
Reply View the author