Installations Steps of Arduino 1.8.7 in Ubuntu Operation System 32/64 bit
1. Download the latest packages, Linux 32-bit or Linux 64-bit , from the official link below: PLz Click here to download Arduino 1.8.7 for Linux 32 Bit https://drive.google.com/open?id=1NFwGihR39x_qLLbtBbuclPIH7RumgWYk PLz Click here to download Arduino 1.8.7 for Linux 64 Bit https://drive.google.com/open?id=1jcVQVMDiRSYkgKCsPLcUU5SvzvQdfbI3 Don’t know your OS type? Go and check out System Settings -> Details -> Overview. 2. Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T keys. When it opens, run below commands one by one: Navigate to your downloads folder: cd ~/Downloads Decompress the downloaded archive with tar command: tar -xvf arduino-1.6.6-*.tar.xz Move the result folder to /opt/ directory for global use: sudo mv arduino-1.6.6 /opt 3. Now the IDE is ready for use with bundled Java. But it would be good to create desktop icon/launcher for the application: Navigate to install...