I am running the executable file at ubuntu 20 machine, and hitting error about 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
I have checked the file is 64bit and executable. Is this file having problem or something else needed at my ubuntu machine?
$ file nexus-iq-cli
nexus-iq-cli: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped
/nexus-iq-cli
but yourfile
command usesnexus-iq-cli
- were you in/
then? Are you on a Raspberry Pi or other non-x86 system? – muru Nov 16 '21 at 02:51./nexus-iq-cli
. See Why do we use "./" (dot slash) to execute a file in Linux/UNIX? – steeldriver Nov 16 '21 at 03:19