wine安装卸载
卸载:
wine是一个在linux下模拟windows的东西,不过这个wine很难卸载,所以我专门写了怎么卸载这个东西的办法:
1、终端中执行sudo apt-get remove wine1.3(wine1.3是你安装wine时的软件包命,如果你当时之间apt-get wine来安装的就直接输入apt-get install remove wine)
2、删除wine的目录文件:sudo rm -r /home/username/.wine(username是你的用户名)
3、卸载残留的软件包:sudo apt-get autoremove
4、清理wine模拟运行的windows程序:sudo rm -r /home/username/.local/share/applications
5、清理残余的windows程序:sudo rm -r /home/username/.config/menus/applications-merged/wine*
安装:
1.添加PPA
sudo add-apt-repository ppa:ubuntu-wine/ppa
2.更新列表
sudo apt-get update
3.安装Wine
sudo apt-get install wine1.7 winetricks
为了避免错误大家可以使用以下命令
sudo apt-get update

浙公网安备 33010602011771号