How to Install and Uninstall arduino-builder.x86_64 Package on Fedora 34
Last updated: November 28,2024
1. Install "arduino-builder.x86_64" package
This tutorial shows how to install arduino-builder.x86_64 on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
arduino-builder.x86_64
Copied
2. Uninstall "arduino-builder.x86_64" package
Please follow the guidance below to uninstall arduino-builder.x86_64 on Fedora 34:
$
sudo dnf remove
arduino-builder.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the arduino-builder.x86_64 package on Fedora 34
Last metadata expiration check: 5:19:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : arduino-builder
Version : 1.3.25
Release : 7.fc33
Architecture : x86_64
Size : 975 k
Source : arduino-builder-1.3.25-7.fc33.src.rpm
Repository : fedora
Summary : A command line tool for compiling Arduino sketches
URL : http://www.arduino.cc
License : GPLv2+
Description : This tool is able to parse Arduino Hardware specifications, properly run
: gcc and produce compiled sketches.
: An Arduino sketch differs from a standard C program in that it misses a
: main (provided by the Arduino core), function prototypes are not mandatory,
: and libraries inclusion is automagic (you just have to #include them).
: This tool generates function prototypes and gathers library paths,
: providing gcc with all the needed -I params.
Available Packages
Name : arduino-builder
Version : 1.3.25
Release : 7.fc33
Architecture : x86_64
Size : 975 k
Source : arduino-builder-1.3.25-7.fc33.src.rpm
Repository : fedora
Summary : A command line tool for compiling Arduino sketches
URL : http://www.arduino.cc
License : GPLv2+
Description : This tool is able to parse Arduino Hardware specifications, properly run
: gcc and produce compiled sketches.
: An Arduino sketch differs from a standard C program in that it misses a
: main (provided by the Arduino core), function prototypes are not mandatory,
: and libraries inclusion is automagic (you just have to #include them).
: This tool generates function prototypes and gathers library paths,
: providing gcc with all the needed -I params.