Skip to content

[AE-63] Arduino IDE pre-requisites in Linux #978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2023
Merged

Conversation

aliphys
Copy link
Contributor

@aliphys aliphys commented Apr 11, 2023

What This PR Changes

I was unable to install Arduino IDE on Ubuntu 22.04 with the current instructions.

  • State FUSE (https://github.com/AppImage/AppImageKit/wiki/FUSE) as pre requisite for running AppImage in Linux
  • Provide installation instruction for Ubuntu and Fedora
  • Point users to FUSE documentation for instructions on other distributions.
  • Create /etc/udev/rules.d/99-arduino.rules to prevent exit error 74cc @cmaglie
    • SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", GROUP="plugdev", MODE="0666"

Contribution Guidelines

I was unable to install Arduino IDE on Ubuntu 22.04 with the current instructions. 

- State FUSE (https://github.com/AppImage/AppImageKit/wiki/FUSE) as pre requisite for running AppImage in Linux
- Provide installation instruction for Ubuntu and Fedora
- Point users to FUSE documentation for instructions on other distributions.
@aliphys aliphys added bug Something isn't working documentation Improvements or additions to documentation fix/update A small fix or update arduino Bugs and fixes added by the Arduino Team labels Apr 11, 2023
@gatsby-cloud
Copy link

gatsby-cloud bot commented Apr 11, 2023

✅ docs-content deploy preview ready

@aliphys aliphys changed the title Document FUSE as pre-requisite to running AppImage [AE-63] Document FUSE as pre-requisite to running AppImage Apr 12, 2023
@aliphys aliphys requested a review from karlsoderby April 12, 2023 06:18
@aliphys aliphys changed the title [AE-63] Document FUSE as pre-requisite to running AppImage [AE-63] Arduino IDE pre-requisites in Linux Apr 12, 2023
@aliphys aliphys requested review from alrvid and removed request for karlsoderby April 12, 2023 07:32
Copy link
Contributor

@alrvid alrvid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@aliphys aliphys merged commit 77e8e0e into main Apr 13, 2023
@aliphys aliphys deleted the aliphys/FUSEArduinoIDE2 branch April 13, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Bugs and fixes added by the Arduino Team bug Something isn't working documentation Improvements or additions to documentation fix/update A small fix or update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants