SDB:Arduino IDE

Jump to: navigation, search


Tested on openSUSE

Recommended articles

Icon-manual.png


Related articles

Icon-help.png



Situation

The Arduino IDE is available from the openSUSE Build Service for all currently supported versions of openSUSE Leap and Tumbleweed. You can choose to install using the Direct Installation method or using the terminal.


Installation

Direct Installation of Arduino IDE

For all versions of openSUSE that are currently maintained click on the button bellow for Direct Installation via YaST Software.

https://software.opensuse.org/package/Arduino

Set User Permissions and Run

After installation, you will need to make every user a member of the groups: dialout, and lock. To do this in YaST, select the Security and Users section, open the User and Group Management module and make the changes required here. To do this from the command line, enter the following as root:

usermod -a -G dialout,lock <USER_NAME> 

Then log out and log in again. Now run arduino in your favorite terminal.

Terminal Installation of Arduino IDE

Enter the following as root from the terminal of your choice for the version of openSUSE you are running:

openSUSE Tumbleweed

zypper --gpg-auto-import-keys ar -f http://download.opensuse.org/repositories/CrossToolchain:/avr/openSUSE_Tumbleweed 'CrossToolchain:avr'

openSUSE Leap

zypper --gpg-auto-import-keys ar -f http://download.opensuse.org/repositories/CrossToolchain:/avr/openSUSE_Leap_$releasever 'CrossToolchain:avr'

Continue For all versions

zypper ref
zypper in arduino

Still as root, add the users to the required groups by entering the following:

usermod -a -G dialout,lock <USER_NAME>

Then log out and log in again. Now run arduino in your favorite terminal.

See also

Related articles

External links