繁体   English   中英

为什么我不能运行文件箱中的文件?

[英]Why can't I run the file located in the bin?

需要使用flare文件和flasm ,chown和权限正确。 为什么只能运行一个而不运行另一个?

-rwxr-xr-x  1 daniela.morais sudo    64808 Mar 19 13:54 flare*
-rwxr-xr-x  1 daniela.morais sudo   108525 Mar 19 13:48 flasm*
daniela.morais@tusk:/usr/local/bin$ flare

Flare 0.6 build Jun 11 2007

Copyright (c) 2003-2005 Igor Kogan
All rights reserved. See LICENSE.TXT for terms of use.

Usage: flare filename.swf
Decompiled ActionScript code is stored in filename.flr.
daniela.morais@tusk:/usr/local/bin$ flasm
bash: /usr/local/bin/flasm: No such file or directory

喇叭: http://www.nowrap.de/flare.html Flasm: http://www.nowrap.de/flasm.html

这意味着flasm不在您调用它的目录中,请使用以下命令检查其位置:

find / -name 'flasm' 

或使用locate和whereis电话

尝试以下命令:

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM