Windows的绿色软件如何运行啊?
Tofloor
poster avatar
aorey
deepin
2017-10-11 01:43
Author
Windows的绿色软件如何在Deepin中运行啊?
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-10-11 04:35
#1
直接用crossover跑试试
Reply View the author
avatar
iminto
deepin
2017-10-11 04:47
#2
https://bbs.deepin.org/post/145032

用 crossover新建一个容器,就会创建出一个类似Windows下C盘的文件夹,有windows,program file目录等,把绿色软件直接复制到program file目录下即可。

你自己操作下,一分钟就懂了
Reply View the author
avatar
billy123456
deepin
2017-10-11 06:49
#3
sudo apt install winehq-devel
wine *.exe
Reply View the author
avatar
duanyao
deepin
2017-10-11 19:41
#4
本帖最后由 duanyao 于 2017-10-11 11:47 编辑

deepin 预装的是 deepin-wine,所以在终端里执行 deepin-wine "到.exe的路径" 就可以了。

或者在文件管理器里选中 exe,右键->选择默认程序->添加其它程序->文件名输入 /usr/bin/deepin-wine -> 打开,这样就让 exe 默认用 deepin-wine 打开了,以后可以在文件管理器里点击或右键打开。
Reply View the author