个人博客原文:在 Ubuntu 中安装 Wine
摘要:本文简单介绍在 Ubuntu 中安装 Wine
安装命令
如果 Ubuntu 系统是 64 位的,需要运行下面的命令,使可以使用 32 位的系统架构
1 | sudo dpkg --add-architecture i386 |
添加资源
1 | wget https://dl.winehq.org/wine-builds/Release.key |
更新资源
1 | sudo apt-get update |
安装
下面3个选其中一个就可以了
Stable branch1
sudo apt-get install --install-recommends winehq-stable
Development branch
1 | sudo apt-get install --install-recommends winehq-devel |
Staging branch
1 | sudo apt-get install --install-recommends winehq-staging |