[Newbies] deepin-wine5怎么弄?
Tofloor
poster avatar
清怨
deepin
2021-02-06 05:18
Author

本来不想用deepin-wine5的,但playonlinux的下载速度太不知道怎么说,星火应用商店的那个又太旧了,实在没有了就打算用deepin-wine5,但不会弄,求一位好心人给我说说吧

Reply Favorite View the author
All Replies
gfdgd_xi
deepin
Ecological co-builder
2021-02-06 05:45
#1
WINEPREFIX=容器路径 deepin-wine5 可执行文件路径

懒人可以用这个程序:https://bbs.deepin.org/zh/post/212885

Reply View the author
kirin2020
deepin
2021-02-06 06:02
#2
gfdgd_xi
WINEPREFIX=容器路径 deepin-wine5 可执行文件路径

懒人可以用这个程序:https://bbs.deepin.org/zh/post/212885

懒人可以用这个程序:https://bbs.deepin.org/zh/post/212885

已经404了,哈哈哈

Reply View the author
Comments
gfdgd xi
2021-02-06 06:07
我忘了论坛会把 post 给吃了
SamLukeYes
deepin
2021-02-06 06:07
#3
kirin2020

懒人可以用这个程序:https://bbs.deepin.org/zh/post/212885

已经404了,哈哈哈

论坛 bug,自己手动复制链接补全后再访问

Reply View the author
SamLukeYes
deepin
2021-02-06 06:09
#4

不建议折腾 wine,直接 gnome-boxes 开个虚拟机走起

Reply View the author
Ziggy
deepin
2021-02-06 07:59
#5

直接右键菜单吧https://bbs.deepin.org/zh/post/200834

Reply View the author
清怨
deepin
2021-02-06 16:19
#6
gfdgd_xi
WINEPREFIX=容器路径 deepin-wine5 可执行文件路径

懒人可以用这个程序:https://bbs.deepin.org/zh/post/212885

谢谢

Reply View the author
清怨
deepin
2021-02-06 16:19
#7
Ziggy

直接右键菜单吧https://bbs.deepin.org/zh/post/200834

谢谢

Reply View the author
浪云
deepin
2021-02-06 17:48
#8

playonlinux的下载不仅慢,下载后还要安装升级wine还有其他好几个

真的很麻烦,我也在学习看看哪种方法好

Reply View the author
月光中的萤火虫
deepin
2021-02-07 01:04
#9

1、添加仓库

以root身份修改/etc/apt/sources.list文件:

在文件中添加:

deb https://dl.winehq.org/wine-builds/debian/ stretch main

2、下载并安装存储库秘钥

wget -O - https://dl.winehq.org/wine-builds/winehq.key|sudo apt-key add -

3、sudo apt update

4、安装wine软件

sudo apt install --install-recommends winehq-stable

验证当前版本号:

wine --version

Reply View the author