引言
在Ubuntu系统上要运行exe程序,需要借助Wine这样一个中间件
Ubuntu系统安装Wine的命令如下
sudo dpkg --add-architecture i386
sudo apt update
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt install software-properties-common
sudo apt-add-repository "deb http://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main"
sudo apt install --install-recommends winehq-stable
wine --version
PlayOnLinux

曾经有一个软件叫PlayOnLinux,通过它可以安装各种Windows程序,但是现在好像已经不太能用了~囧
(End)
3059

被折叠的 条评论
为什么被折叠?



