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
本文详细介绍了如何在Ubuntu系统中安装Wine,包括添加安装源、安装Wine的不同版本,以及如何彻底卸载Wine的方法。
712

被折叠的 条评论
为什么被折叠?



