ubuntu安装wine

安装wine其实很简单,sudo apt-get install wine即可,但是源中的版本比较旧,所以通常不使用,最好的选择是PPA中的wine.

步骤很简单,只需要三步

sudo add-apt-repository ppa:ubuntu-wine/ppa

然后

sudo apt-get update

最后再运行

sudo apt-get install wine

即可

更详细的介绍参见https://launchpad.net/~ubuntu-wine/+archive/ppa

你可能感兴趣的:(ubuntu,安装wine)