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 folder:
cd /opt/arduino-1.6.6/
Give executable permission to install.sh script in that folder:
chmod +x install.sh
Finally run the script to install both desktop shortcut and launcher icon:
./install.sh
In below picture I’ve combined 3 commands into one via “&&”:
Finally, launch Arduino IDE from Unity Dash, Application Launcher, or via Desktop shortcut.

Comments

Popular posts from this blog

Required Software for Complete ES& IOT lab Programs