[Seek Help] 如何直接运行可执行文件
Tofloor
poster avatar
kfhws
deepin
2023-03-15 18:03
Author

如何直接运行可执行文件

Reply Favorite View the author
All Replies
lizhu
deepin
2023-03-15 18:22
#1

exe程序吗?可以安装 wine运行器 试试

Reply View the author
fuuko
deepin
2023-03-15 18:23
#2

chmod +x xxx

./xxx

Reply View the author
lizipeng0013
deepin
2023-03-16 05:14
#3

只要是界面程序都可以双击打开的,系统会提示是否运行,自动赋予可执行权限,deepin上这点很好

如果双击打开没有反应,那有两种可能:

1.该程序不是界面程序

2.该程序是界面程序,但缺少必要依赖或系统库版本不满足要求而无法启动,这时用命令启动就能看到报错信息了

Reply View the author
Ziggy
deepin
2023-03-16 05:28
#4

双击,打不开多半是有其他问题,可以在终端里跑一遍看报错输出

Reply View the author