Linux下运行.exe程序

安装WineHQ

说明:Wine和WIneHQ没什么区别,新版和旧版的问题

 

 

安装:

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-get update
sudo apt-get install --install-recommends winehq-stable

 

查询版本:wine --version

配置wine:winecfg

运行exe:右键点击

Linux下运行.exe程序_第1张图片

 

参考:https://www.cnblogs.com/EasonJim/p/8016131.html

 

你可能感兴趣的:(操作系统)