[Newbies] deepin-wine5的优势在哪?
Tofloor
poster avatar
cjy2
deepin
2021-06-10 03:29
Author

发现deepin-wine5只支持32位的应用,但wine5支持64位的应用,所以deepin-wine5的优势在哪?

Reply Favorite View the author
All Replies
WENWEN
deepin
2021-06-10 03:58
#1

64也支持吧

Reply View the author
lenke
deepin
2021-06-10 04:09
#2

有一些系统功能,例如托盘图标,只适配了deepin-wine,原生wine,是无法正常使用的。

Reply View the author
安洛
deepin
2021-06-10 04:38
#3

可以打包成软件,直接在商城里安装。wine顶多写一个脚本自动化。

Reply View the author
安洛
deepin
2021-06-10 04:39
#4
安洛

可以打包成软件,直接在商城里安装。wine顶多写一个脚本自动化。

甚至其它发行版,包括ubuntu和arch都可以使用。

Reply View the author
SamLukeYes
deepin
2021-06-10 04:53
#5

现在新打包的 wine 应用都用 deepin-wine6 了,只不过 deepin-wine6 本身没有单独打包

Reply View the author
cjy2
deepin
2021-06-10 18:16
#6
WENWEN

64也支持吧

我用deep-wine5安装64位的格式工厂,不能用。但32位的可以用(虽然有些字体没有显示出来)

Reply View the author
MicroSir
deepin
2021-06-10 23:07
#7

升级win6.0

sudo apt-get install wine

sudo dpkg --add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/winehq.key

sudo apt-key add winehq.key

sudo apt-key add Release.key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DFA175A75104960E

sudo deepin-editor /etc/apt/sources.list.d/winehq.list

deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./

sudo apt update

sudo apt install --install-recommends winehq-staging

验证当前版本号:

wine --version

Reply View the author