How to Install and Uninstall avrdude Package on Kali Linux

Last updated: May 17,2024

1. Install "avrdude" package

This guide covers the steps necessary to install avrdude on Kali Linux

$ sudo apt update $ sudo apt install avrdude

2. Uninstall "avrdude" package

This tutorial shows how to uninstall avrdude on Kali Linux:

$ sudo apt remove avrdude $ sudo apt autoclean && sudo apt autoremove

3. Information about the avrdude package on Kali Linux

Package: avrdude
Source: avrdude (7.1+dfsg-3)
Version: 7.1+dfsg-3+b1
Installed-Size: 1612
Maintainer: Milan Kupcevic
Architecture: amd64
Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libftdi1, libhidapi-libusb0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg), libreadline8 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12)
Suggests: dfu-programmer, avrdude-doc
Size: 410356
SHA256: 1223c425a943b8d8515e6c1f92dbcb9ccf8c6530372a55348f7eb891eff2a206
SHA1: a2fd526c2ca10af4654f0b552adfd52a57a379cd
MD5sum: 56bf43bc50371b87c617d227560c196d
Description: software for programming Atmel AVR microcontrollers
AVRDUDE is an open source utility to download/upload/manipulate the
ROM and EEPROM contents of AVR microcontrollers using the in-system
programming technique (ISP).
Description-md5:
Homepage: https://github.com/avrdudes/avrdude/
Tag: devel::machinecode, field::electronics, hardware::embedded,
implemented-in::c, interface::commandline, role::program,
scope::utility, uitoolkit::ncurses
Section: electronics
Priority: optional
Filename: pool/main/a/avrdude/avrdude_7.1+dfsg-3+b1_amd64.deb