Mint wine

卸载  http://blog.csdn.net/ouyangying123/article/details/45912605
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*

安装3.0 但是,ea的按钮都不见了,烦人。还是安装低版本试试

https://wiki.winehq.org/Ubuntu


wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

sudo apt-get update

sudo apt-get install --install-recommends winehq-devel
原文地址:https://www.cnblogs.com/xuanmanstein/p/8097330.html