installing arduino software

Asked by ranjith

pls help me in installing the arduino software, i have download it from arduino.org

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
ranjith
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Try clicking on the deb file on this page:

https://launchpad.net/~stephane-brunner/+archive/arduino/+build/1171055

Or you can run the following commands in a terminal:

wget https://launchpad.net/~stephane-brunner/+archive/arduino/+build/1171055/+files/arduino_0017.svn.r755-ubuntu2_i386.deb

sudo dpkg -i arduino_0017.svn.r755-ubuntu2_i386.deb

Revision history for this message
ranjith (ranjith-sss2004) said :
#2

thanks mark,
i have downloaded the file and it is named as arduino-0017.tgz
pls help in installing it and to run the software

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

I already gave you the installation procedure that should work. Please try it. You should not use the arduino-0017.tgz file.

Revision history for this message
ranjith (ranjith-sss2004) said :
#4

thank u mark