Trouble installing Arduino Create

Hello.

I have some troubles with the installation of the Arduino Plugin for Linux.

I use Kubuntu 16.10 and Firefox as browser.

During the installation I receive the next error message:

Problema al ejecutar el paso post instalación. La instalación no pudo finalizar correctamente
Error al ejecutar /home/grogdealer/ArduinoCreateAgent-1.1/Arduino_Create_Bridge -generateCert=true : /home/grogdealer/ArduinoCreateAgent-1.1/Arduino_Create_Bridge: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory"

and then the installation ends well (no other error message).

When I try to use the Create platform it doesn't recognize the plugin.

If I skip that step, Create opens but it doesn't have connection with the board.

I try to install libappindicator3 but I can't (doesn't exist in Ubuntu repository).

I gave "su" access to the installation process and the problem continues.

Any idea?

Thanks in advance!

Hi,

Kubuntu is not officially supported but the fix is easy, just run:

sudo apt install libappindicator3-1

Then install the plugin again.

Thank you.