ubuntu16.04安装最新版本的wine

时间:2023-03-09 09:24:07
ubuntu16.04安装最新版本的wine

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