Linux - installing Arduino Create Agent fails

After a fresh install of Linux I can't stall the Create Agent
I downloaded the the create agent and extracted the installer.
I changed the permissions
I tried to install
tim@Blue:~/Downloads$ ./ArduinoCreateAgent-1.3.2-linux-amd64-installer.run

The install failed with the following error
bash: ./ArduinoCreateAgent-1.3.2-linux-amd64-installer.run: **No such file or directory**

I have tried a lot of suggested fixes but nothing has worked

tim@Blue:~$ cat /etc/os-release
NAME="Linux Mint"
VERSION="21.1 (Vera)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.1"
VERSION_ID="21.1"

How did you download and extract the tar.gz? Can you please post the output from the following command

tim@Blue:~/Downloads$ ls -lha

This might be due to this bug Agent installer built for linux 32-bit after version 1.2.7 · Issue #803 · arduino/arduino-create-agent · GitHub
you can try to install 1.2.7 version or 1.3.3 pre-release.

1 Like

Hi pennam
It was the bug. Working OK now

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.