I'm trying to install the Arduino Create Agent on Debian11 Bullseye.
Even if I installed it, I couldn't use it, so when I installed it again on the terminal, an error occurred.
"/ home / **** / ArduinoCreateAgent / Arduino_Create_Agent: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory"
https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages
This page states that Debian 11 bullseye uses libayatana-appindicator as the successor to libappindicator.
Please support Arduino Create Agent with Debian 11 Bullseye.
Thank you.
(I use Google Translate)
in0
January 27, 2022, 3:03am
2
Hi @AkihiroSugawara . I see this issue has been previously reported to Arduino here:
opened 07:52PM - 16 Aug 21 UTC
os: linux
topic: infrastructure
type: imperfection
## Bug Report
### Describe the bug
"The deprecated libappindicator libraries… are no longer provided" in Debian 11 (bullseye)", see [Chapter 5. Issues to be aware of for bullseye](https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages).
This leads to "error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory" when trying to run the agent.
### To Reproduce
```
$ curl -O https://github.com/arduino/arduino-create-agent/releases/download/1.2.3/ArduinoCreateAgent-1.2.3-linux-amd64-installer-firefox.run
$ chmod u+x ArduinoCreateAgent-1.2.3-linux-amd64-installer-firefox.run
$ ./ArduinoCreateAgent-1.2.3-linux-amd64-installer-firefox.run
```
Complete GUI installation
Note output in terminal
### Expected behavior
Arduino Create Agent should run without problems.
## Environment (please complete the following information):
- OS: Debian
- OS version: 11 (bullseye)
- Browser: Firefox
- Browser Version: 91
- Agent Version: 1.2.3
- CPU architecture: amd64
## Additional context
No problems on Arch Linux, Fedora 34 or Ubuntu 21.04.
One of the team members commented there with the same suggestion of using libayatana-appindicator
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
1 Like
thanks for letting me know.
I'm a beginner and I don't know what to do, but I hope it's easier to install.
Thank you
(I use Google Translate)
in0
January 27, 2022, 11:08pm
4
Unfortunately, I also don't know what the procedure is. Hopefully one of the other forum members will be able to provide advice.
Same problen.
sudo ./Arduino_Create_Agent
./Arduino_Create_Agent: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory
Any solution?
Thanks
solved
To conect arduino to web editor:
after installing create agent
Run:
sudo ~/ArduinoCreateAgent/Arduino_Create_Agent_cli
If disconects, run again:
sudo ~/ArduinoCreateAgent/Arduino_Create_Agent_cli
It works for me.
system
Closed
October 25, 2022, 11:07am
7
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.