Arduino IDE not pushing code to my Arduino

New Fedora user here, I need help pushing code to my arduino. Whenever I try pushing code to it, it tells me ‘permission denied’. Do I have to run the app as root and if so how can I do that? I downloaded the app from the software center if that helps.
Thanks!

Try add your user to dialout group.

sudo usermod -G dialout -a $USER

reboot system .

reboot

1 Like