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.
21 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