Install Arduino IDE on openSUSE

The installation will be done through a terminal and is valid for all versions of openSUSE
Open the terminal and add the following commands we replace “<NN.N>” with the corresponding version number we use for example “13.1 ″:

1
# zypper ref
1
# zypper in arduino

Next step is to add our user to the following groups by giving the following command:\\

1
# usermod -G dialout,lock,uucp &lt;USER_NAME&gt;

We \”log out\” and then again \”log in\”.

Now we can run our application through the terminal by writing \”arduino\”.

If we now want to add our application to the menu we do the following:

1. Right click on the menu icon and “Edit Applications…”

2. “New Item”

3. Name the application as you want it to appear in the menu

4. Fill in the remaining elements that are optional and add an image if desired

5. In the \”Advanced\” tab we change the work path

6. \”Save\” and our application has been added to the menu