How to Install and Uninstall arduino-builder Package on Kali Linux

Last updated: May 05,2024

1. Install "arduino-builder" package

Please follow the step by step instructions below to install arduino-builder on Kali Linux

$ sudo apt update $ sudo apt install arduino-builder

2. Uninstall "arduino-builder" package

This tutorial shows how to uninstall arduino-builder on Kali Linux:

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

3. Information about the arduino-builder package on Kali Linux

Package: arduino-builder
Source: arduino-builder (1.3.25-4)
Version: 1.3.25-4+b6
Installed-Size: 2532
Maintainer: Debian Electronics Team
Architecture: amd64
Depends: arduino-ctags
Size: 921420
SHA256: 65db9a878d32bfc9951d175fd2a975f3576df8134488e1a854d3595ce30df9fe
SHA1: bb0b32b00071916c68bb8c52a3abaf5e1f37ad03
MD5sum: 9617da1bc4431522023e830d40422535
Description: 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:
Homepage: https://github.com/arduino/arduino-builder
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-go-errors-errors (= 1.0.1-4)
Section: electronics
Priority: optional
Filename: pool/main/a/arduino-builder/arduino-builder_1.3.25-4+b6_amd64.deb