Search Criteria
Package Details: arduino-ide-bin 2.3.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arduino-ide-bin.git (read-only, click to copy) |
---|---|
Package Base: | arduino-ide-bin |
Description: | Arduino prototyping platform IDE, rewrite based on the Theia IDE framework. |
Upstream URL: | https://github.com/arduino/arduino-ide |
Licenses: | AGPL3 |
Conflicts: | arduino-ide |
Provides: | arduino-ide |
Replaces: | arduino-ide-beta-bin |
Submitter: | SuperNinja_4965 |
Maintainer: | SuperNinja_4965 |
Last Packager: | SuperNinja_4965 |
Votes: | 38 |
Popularity: | 0.87 |
First Submitted: | 2022-09-14 17:38 (UTC) |
Last Updated: | 2025-04-09 21:07 (UTC) |
Dependencies (10)
- git (git-gitAUR, git-glAUR)
- libsecret
- libxkbfile
- libxss
- nss (nss-hgAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- libusb (libusb-gitAUR) (optional) – Needed for some libraries or boards
- libusb-compat (libusb0AUR) (optional) – Needed for the `micronucleus` cli utility
- python-pyserial (python-pyserial-labgrid-gitAUR) (optional) – Needed for esptool
- usbutils (usbutils-gitAUR) (optional) – Needed for stm32 boards using st-link
Latest Comments
1 2 3 4 5 Next › Last »
SuperNinja_4965 commented on 2025-04-04 05:47 (UTC)
The source package was removed from the AUR as it was merged into the main repos. If you wish to build the package from source you will need to download the PKGBUILD from there or look at the building instructions on the projects GitHub repository.
kdh8219 commented on 2025-04-04 05:32 (UTC)
How can I build it from source?
ecetin commented on 2024-03-02 21:38 (UTC) (edited on 2024-03-02 21:38 (UTC) by ecetin)
To make the IDE work better with Wayland it might make sense to add flags as a config file like visual-studio-code-bin does.
I have modified
/usr/share/arduino-ide
to look like this instead of a symlink to the arduino-ide exectuable in/opt
nerdoc commented on 2023-10-03 19:13 (UTC)
After installing, the ide crashes at start:
The file is already owned by root:root, just chowning it 4755 did the trick, the IDE worked afterwords.
This should be done by the package.
chasekosborne commented on 2023-09-26 19:45 (UTC)
I've finally gotten it to work, my problem came mostly from the fact that I had a strange setup with my $PATH variables, I didn't have /usr/bin (my arduino-ide binary install location) added to $PATH, all I had to do was run that as user from there and got it working. Thank you for your help.
FabioLolix commented on 2023-09-26 19:43 (UTC)
@chasekosborne about which output it says
/usr/bin
instead/usr/sbin
so I guess you modified your PATHAbout you can't launch it as a user; you haven't posted the error (can't help you about running as sudo, I will not try that)
chasekosborne commented on 2023-09-26 19:30 (UTC) (edited on 2023-09-26 19:31 (UTC) by chasekosborne)
So I've finally had more time to look into this, and to answer your question I had done a clean install and had not modified any of the files. On a clean install the
gives me this output, which is better. However I cannot start arduino-ide as user and must use
sudo arduino-ide --no-sandbox
To get the program to start. Even more interestingly I get a new error.and
So at the moment I have made progress but am unsure how to proceed from here. As I get a window to pop up but none of the GUI loads. And I'm just stuck with a white screen from here.
FabioLolix commented on 2023-09-22 21:30 (UTC)
If you put it manually is not makepkg or pkgbuild fault, the pkgbuild always installed in
/opt/
for what I seechasekosborne commented on 2023-09-22 20:51 (UTC)
That is correct, and thank you for the help. To explain a little more on that it was the default install location when I used the makepkg -si command.
However I typically contain all of my cloned AUR packages inside an Applications folder in my Home directory. Granted, I have no idea if this is proper file management, I just haven't had problems with doing so until now. If this happens to be the case, how should I go about correcting this problem?
FabioLolix commented on 2023-09-22 20:37 (UTC)
This is the issue, this isn't where the package install, you put there manually?
Btw, to know if the file belong to a package use
pacman -Qo /usr/local/bin/arduino-ide
but with this will be empty I guess1 2 3 4 5 Next › Last »