为什么我不能运行位于bin中的文件?

时间:2015-03-19 19:18:16

标签: linux shell ubuntu terminal

需要使用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

Flare:http://www.nowrap.de/flare.html Flasm:http://www.nowrap.de/flasm.html

2 个答案:

答案 0 :(得分:0)

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

find / -name 'flasm' 

或使用locate和whereis调用

答案 1 :(得分:0)

尝试以下命令:

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