How to Install and Uninstall arduino-builder Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "arduino-builder" package

This guide let you learn how to install arduino-builder on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install arduino-builder

2. Uninstall "arduino-builder" package

Please follow the guidance below to uninstall arduino-builder on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the arduino-builder package on Ubuntu 20.10 (Groovy Gorilla)

Package: arduino-builder
Architecture: amd64
Version: 1.3.25-1ubuntu2
Built-Using: golang-1.14 (= 1.14.7-2ubuntu1), 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: 2799
Filename: pool/universe/a/arduino-builder/arduino-builder_1.3.25-1ubuntu2_amd64.deb
Size: 934592
MD5sum: 2d012358ccaf48f058c75d37aa09aeb1
SHA1: 9be5727a667fc545e07564ae79429e78b5661887
SHA256: e9a03db7ccc2381af6c3bcec611b391edfd5932073b56438618fc54364be3db0
SHA512: 3070bbb16816627fb8a587371d7a376ec5be023afdd24c8b54f71d7254270179b2d6d84607b9b4d5b9a710e5539805f74fc94786e720727e95d82f6400e31011
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