为什么我不能 运行 位于垃圾箱中的文件?

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