<div dir="ltr"><div dir="ltr"><div><pre style="white-space:pre-wrap;margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;vertical-align:baseline;overflow:auto;color:black">Package: arduino arduino-builder</pre><pre style="white-space:pre-wrap;margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;vertical-align:baseline;overflow:auto;color:black">Version: 2:1.0.5+dfsg2-4.1</pre></div><div><br></div>Hello Carsten and Team,<div><br></div><div>Is there a way we can get an update into backports from 1.8.2 to 1.8.9 and/or work with the author in trying to fix up one package for Arduino. I am finding that for now I manually install the latest version using the command line.</div><div><br></div><div>Here is a script (getting started):</div><div><br></div><div><div># Arduino (Free)</div><div># Path: /usr/local/bin/arduino</div><div>sudo apt-get install avrdude</div><div>mkdir "$HOME/Arduino"</div><div>sudo mkdir /usr/local/bin/arduino</div><div>cd /usr/local/bin/arduino || exit</div><div>sudo wget "<a href="https://downloads.arduino.cc/arduino-1.8.9-linux64.tar.xz">https://downloads.arduino.cc/arduino-1.8.9-linux64.tar.xz</a>"</div><div>sudo mv arduino-1.8.9-linux64.tar.xz arduino-amd64.tar.xz</div><div>sudo tar xfJ arduino-amd64.tar.xz</div><div>sudo mv arduino-1.8.9/* /usr/local/bin/arduino/</div><div>./install.sh</div><div>sudo rm -rf arduino-1.8.9</div><div>sudo rm -rf arduino-1.8.9/ arduino-amd64.tar.xz </div><div><br></div><div># Check Last Sudo User (Worst case the user needs to add themselves to the group)</div><div>name=$(logname)</div><div>sudo usermod -a -G dialout "$name"</div></div></div></div>