okass 在版块 IT技术 中回复了话题 Linux软件生态探讨 2年, 12个月前
[Tools]如何在Ubuntu 20.0.4上安装wine
安装wine 5.0
#sudo dpkg –add-architecture i386
#sudo apt update
#sudo apt install wine64 或者wine32
查看wine 版本
wine –version
安装wine 6.0
如果您正在运行64位Ubuntu系统,请启用32位体系结构并更新包列表:
#sudo dpkg –add-architecture i386
#sudo apt update导入Winehq存储库的GPG密钥:
# wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add –
将WineHQ存储库添加到您的系统:
#sudo apt install software-properties-common
#sudo apt-add-repository “deb http://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main”安装Wine:
sudo apt install –install-recommends winehq-stable
查看wine版本
wine –version
要启动配置Wine,请在终端中运行winecfg命令。
winecfg
最后在线: 活跃于 6个月, 2周前
评论: 7
获赞: 0
文章: 0
粉丝: 68
关注: 68
好友: 8
User Rating: ( vote)