Ubuntu16.04 + Wine1.9.4

来源:互联网 发布:90年代的美国 知乎 编辑:程序博客网 时间:2024/06/07 03:03

Reference to http://www.linuxdiyf.com/linux/15494.html

http://os.51cto.com/art/201512/502423.htm


Solution I:

download the wine1.9.4 's source code , 

extract it

exec ./configure --without-freetype --enable-win64

exec make install 

the procedure will waste too much time; pls  be a patient!



Solution II :

$ sudo add-apt-repository ppa:wine/wine-builds
$ sudo apt-get update
$ sudo apt-get install --install-recommends wine-staging
$ sudo apt-get install winehq-staging


Uninstall Wine 1.9.9 From Ubuntu 16.04

$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:wine/wine-builds


0 0
原创粉丝点击