How do i install Arduino 1.8.5 in ubuntu 18.04

Asked by Lynne Stevens

Got this in an e-mail from Geeetech ( my 3d printer maker

Thanks for contact us.
Hope you have a nice day!

The fw I sent you is based on Marlin 1.1.8.
You need to upload it via Arudino IDE 1.8.5.
Then it will work.Pls checkk it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Lynne Stevens
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

The version of Arduino IDE in Ubuntu (1.0.5) is lower than 1.8.5 - see https://launchpad.net/ubuntu/+source/arduino - so I assume you have to install this program from the original source.

It seems to me that you can choose between the newest version 1.8.8 from https://www.arduino.cc/en/Main/Software or older versions including 1.8.5 from https://www.arduino.cc/en/Main/OldSoftwareReleases

Due to the fact that this is non-Ubuntu software, you better ask for help there.

Revision history for this message
Celina cruz (celina27) said :
#2

Hi,
- Install Arduino IDE with Ubuntu Make:

umake ide arduino

This will download Arduino IDE from official site and install it to ~/.local/share/umake/ide/arduino and set corresponding shortcuts and file associations for it.

You can repeat this command again to get a newer version.

Revision history for this message
Lynne Stevens (jackie40d) said :
#3

I downloaded it from a site and installed it already . . But thanks