I have the free oracle cloud Ampere A1 VPS which is based on arm64 (aarch64) and I wanted to try and use both box86 and box64 to run x86 and x64 apps
Box64 works fine but even after installing Box86 both from the apt mirrors and compiling it myself, even though it is present at /usr/local/bin/box86, I get this error:
bash: /usr/local/bin/box86: No such file or directory
how can I fix this?
file /usr/local/bin/box86
andldd /usr/local/bin/box86
. See also A binary file exists but shell says no such file – steeldriver Nov 28 '23 at 14:23