Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am trying to execute this .run file. I did

sudo chmod +x ./qt-unified-linux-x64-4.1.1-online.run
./qt-unified-linux-x64-4.1.1-online.run

and got the following error

bash: ./qt-unified-linux-x64-4.1.1-online.run: cannot execute binary file: Exec format error

I am on a nvidia jetson nano running ubuntu 18.04 Any help would be appreciated.

2

1 Answer

The Qt Creator is already packaged for many CPU architectures including armhf and arm64.
To install it use commands below:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install qtcreator
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy