How to Install and Uninstall arduino-builder Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "arduino-builder" package

Please follow the steps below to install arduino-builder on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install arduino-builder

2. Uninstall "arduino-builder" package

This guide covers the steps necessary to uninstall arduino-builder on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove arduino-builder $ sudo apt autoclean && sudo apt autoremove

3. Information about the arduino-builder package on Ubuntu 21.10 (Impish Indri)

Package: arduino-builder
Architecture: amd64
Version: 1.3.25-2
Built-Using: golang-1.15 (= 1.15.4-1ubuntu2), golang-github-go-errors-errors (= 1.0.1-4)
Priority: optional
Section: universe/electronics
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Electronics Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2641
Depends: libc6 (>= 2.2.5), arduino-ctags
Filename: pool/universe/a/arduino-builder/arduino-builder_1.3.25-2_amd64.deb
Size: 878996
MD5sum: e9562b8c867ebca31504d1fdabe46501
SHA1: 99c3173d4972aeb7b07011605923edbdc34d4a1c
SHA256: a14011da41c48268347baf3bcddcd7f4839efc636fb6a76ed35ce58c03f8950f
SHA512: 657a05ccb1eec6cc124715e686c09bfacb1a939f47053540d8cb5d816dd2ef18354b3ffce71ceb2b69b4b565a3025bf94be0f66857d4d86c4c65810cb6a4be8e
Homepage: https://github.com/arduino/arduino-builder
Description-en: Command line tool for compiling Arduino sketches
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.
Description-md5: 17fd8856f7bdb4f324069d2189be2a15