Arduino ide does not launch arduino in my Lubuntu 18.4 32b

I have followed the Arduino-1.8.11 installation procedure, the Arduino icon is in the desktop, but it does nothing when double clicked. Is it my problem only? comments will be highly appreciated.
Enrique.

I have an alternative if you are using amd64:

wget -qO - https://winunix.github.io/debian/public.key | sudo apt-key add -
sudo add-apt-repository 'deb https://winunix.github.io/debian bionic main'
sudo apt update
sudo apt install default-jre arduino-bionic

More information in: https://github.com/winunix/debian/tree/bionic

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