ubuntu16.04安装最新版本的wine
时间:2017-08-24 23:29:53
收藏:0
阅读:280
1、安装源
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
2、安装wine
sudo apt-get install --install-recommends wine-staging
sudo apt-get install winehq-staging
3、卸载wine
1).卸载wine主程序,在终端里输入:
sudo apt-get remove --purge wine
2).然后删除wine的目录文件:
rm -r ~/.wine
3).卸载残留不用的软件包:
sudo apt-get autoremove
原文:http://www.cnblogs.com/lbsjs/p/7425665.html
评论(0)