Ubuntu16.04 安装wine

介绍

Ubuntu16.04系统 请运行下面代码:

cd
sudo dpkg --add-architecture i386 
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable

此时wine的版本为3.0
如果不是Ubuntu16.04系统参考官网

猜你喜欢

转载自blog.csdn.net/qq_27818541/article/details/79165313