I have recently installed Ubuntu 13.04 to replace Windows 7 on my laptop computer. Anyways I can only download Arduino 1.0.3 through the Ubuntu Software Center, I have even tried to install Arduino through the terminal, but it still install Arduino version 1.0.3. I have download the Linux zipped folder for Arduino 1.0.5 and have extracted it, bt still no such luck. It doesn't even install the software.
Anyways anyone have any ideas? I do not wan to install Ubuntu 13.10 as for some reason it does not workon my computer.
If there is no option for installing Arduino 1.0.5 at all then could you guide me to installing 3rd party libraries on Arduino 1.0.3.
There is no installation beyond unzipping the tarball (your home directory is a good place for the arduino directory). In a terminal cd to the arduino-1.0.5 directory and type ./arduino and if you have java installed you should be good to go. You will probably need to join the dialout group in order to access the /dev/ttyACM? serial ports.