卸载  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

相关文章:

  • 2021-09-13
  • 2021-07-18
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-01-18
  • 2022-02-21
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2021-12-04
  • 2021-10-26
  • 2021-07-25
  • 2021-11-13
相关资源
相似解决方案