deepi15.11 如何安装wine32
Tofloor
poster avatar
yyslush
deepin
2019-12-25 17:36
Author
通过网上的说明(参考说明:https://ywnz.com/linuxjc/2553.html),安装的wine是64位的,但有一些32位的应用会出错。论坛中的大神们,如何在deepin中安装wine32?
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-12-25 17:49
#1
deepin-wine就是32位的,系统自带
Reply View the author
avatar
yyslush
deepin
2019-12-25 18:01
#2
deepin-wine版本很低,安装软件时有一些问题。
Reply View the author
avatar
Feng Yu
deepin
2019-12-25 18:24
#3
本帖最后由 abcfy2 于 2019-12-25 10:26 编辑
https://bbs.deepin.org/post/187299
deepin-wine版本很低,安装软件时有一些问题。
  1. WINEARCH=win32 wine
Copy the Code
就是初始化一个32bit的~/.wine目录,如果你不希望使用这个目录,希望使用一个其他的,再加上WINEPREFIX这个环境变量即可,如:

  1. WINEARCH=win32 WINEPREFIX=~/.another_wine wine
Copy the Code
一旦初始化wine成功,那么WINEARCH环境变量不再需要,不使用默认的WINEPREFIX的话只加上这个环境变量就可以了。

wine自带的组件很少,可能你还需要自己用winetricks装一堆需要的依赖,如果deepin-wine能满足需求尽可能用那个。
Reply View the author
avatar
yyslush
deepin
2019-12-25 18:51
#4
谢谢,我试试
Reply View the author