Issue Ubuntu ARM server error : cannot execute binary file exec format error

You get that warning when you try to execute a binary that's not suitable for the OS that the server is running. I guess you downloaded a binary that was created for the Intel processors, not for the ARM processors.
 
You get that warning when you try to execute a binary that's not suitable for the OS that the server is running. I guess you downloaded a binary that was created for the Intel processors, not for the ARM processors.
Yes, is there any way to run it in ARM Processor?
 
Yes, is there any way to run it in ARM Processor?
You have to find this software compatible with ARM processor architecture, or compile it yourself from source code that supports ARM architecture.
 
Back
Top