[Newbies] 软件安装问题
Tofloor
poster avatar
138******50
deepin
2022-04-28 15:13
Author

深度系统怎么安装EXE软件

Reply Favorite View the author
All Replies
喵呢酱
deepin
2022-04-28 15:54
#1

Linux不能安装exe文件,exe是Windows上的运行文件。deepin上要装可以通过wine实现,但兼容性不一定好。

sudo deepin-wine6-stable <文件名>

是这个吗,我也有点记不清了,好久没用wine了😄

Reply View the author
云的眼泪
deepin
2022-04-28 16:57
#2

在/usr/share/applications目录中新建一个wine.desktop文件,内容如下:

[Desktop Entry]
Name=Wine
Name[zh_CN]=Wine
GenericName=Launch by Wine
GenericName[zh_CN]=使用Wine运行
Comment=Launch by Wine
Comment[zh_CN]=使用Wine运行
MimeType=application/octet-stream
Keywords=exe;scr;
Exec=deepin-wine6-stable start /unix %f
Icon=wine
Terminal=false
Type=Application
NoDisplay=false
Categories=System;Utility;
StartupNotify=true

保存后,双击exe文件,第一次会出现选择打开方式,选择wine,以后双击就可以打开。

部分绿色软件可以直接双击运行,需要安装的软件效果不好,需要适配,因为还需要.net、运行库等支持。

Reply View the author
云的眼泪
deepin
2022-04-28 16:59
#3

前提是你的系统安装了deepin-wine6-stable。

如果没有安装,在应用商店安装windows版微信就可以安装。

或者命令行单独安装:sudo install deepin-wine6-stable

Reply View the author
deepin-superuser
deepin
2022-04-28 17:07
#4

楼上的命令有一点点小问题,应该是 sudo apt-get install deepin-wine6-stable

Reply View the author
qq8645
deepin
2022-04-28 17:23
#5

无法直接安装,建议用linux应用软件替代。

实在偶尔要用,wine方式(效果主要依赖自己能力),或虚拟一个win系统(效果依赖机器硬件性能)。

Reply View the author
Ziggy
deepin
2022-04-28 21:18
#6

推荐购买crossover,比较方便

Reply View the author