How to run a .x86_64 file on Ubuntu?

0
3
Asked By CuriousCactus12 On

I'm trying to run FusionHelper on my Ubuntu 22.04 with XFCE Desktop Environment. I'm using it on a Huawei MatePad 11, which runs on ARM64 architecture. After extracting the zip file, I found a .x86_64 file. I made the file executable and tried to run it via the terminal, but I keep getting the error 'No such file or directory.' I'm at a loss and can't seem to find any information online about how to run this file. Any suggestions?

1 Answer

Answered By TechieTurtle99 On

First, you can check if the file is indeed an executable by using the `file` command. Just run `file ./myfile.x86_64` in the terminal. You should get a response indicating if it's a valid executable or not. However, keep in mind that `.x86_64` files are meant for x86 architecture and won't run on ARM64 devices. It doesn't seem like there's an ARM version available for FusionHelper.

CautiousChipmunk75 -

I checked with the `file` command, and it confirms it's not compatible with ARM64. Thanks for clarifying!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.