Ubuntu bashには対応するファイルはありませんが、ファイルが存在し、タイプが実行可能です。

Ubuntu bashには対応するファイルはありませんが、ファイルが存在し、タイプが実行可能です。

Ubuntu 20システムで実行可能ファイルを実行していますが、エラーが発生します。bash: No such file or directory

$ /nexus-iq-cli -s http://localhost:8070/ -a admin:admin123 -i test .
bash: /nexus-iq-cli: No such file or directory

ファイルが64ビットで実行可能であることを確認しました。このファイルに問題がありますか?それとも私のUbuntuコンピュータに他のものが必要ですか?

  $ file nexus-iq-cli
    nexus-iq-cli: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped

ベストアンサー1

おすすめ記事