How to Install and Uninstall avarice Package on Kali Linux

Last updated: May 18,2024

1. Install "avarice" package

Here is a brief guide to show you how to install avarice on Kali Linux

$ sudo apt update $ sudo apt install avarice

2. Uninstall "avarice" package

This tutorial shows how to uninstall avarice on Kali Linux:

$ sudo apt remove avarice $ sudo apt autoclean && sudo apt autoremove

3. Information about the avarice package on Kali Linux

Package: avarice
Source: avarice (2.14+svn427-1)
Version: 2.14+svn427-1+b1
Installed-Size: 583
Maintainer: Tobias Frost
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libhidapi-libusb0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg), libstdc++6 (>= 5), libusb-0.1-4 (>= 2:0.1.12)
Recommends: gdb-avr
Size: 112968
SHA256: a439221b69038f21f2a37f4deab2ddb8e4581e18b6b3be9c178fc9a095de0149
SHA1: 8ee3643c9020eb47c7dcbd8f51b353a0b22218fc
MD5sum: f84464bd622ce346daa9854c5aededa9
Description: use GDB with Atmel AVR debuggers
AVaRICE is a program which interfaces the GNU Debugger with the AVR JTAG ICE,
and other debuggers, available from Atmel. It connects to gdb via a TCP socket
and communicates via gdb's "serial debug protocol".
.
This protocol allows gdb to send commands like "set/remove breakpoint" and
"read/write memory". AVaRICE translates this commands into the Atmel protocol
used to control the JTAG ICE (or other) debugger.
.
Because the GDB-AVaRICE connection is via a TCP socket, the two programs do
not need to run on the same machine.
.
The currently supported debuggers are:
.
* JTAG ICE mkI
* JTAG ICE mkII
* AVR Dragon
Description-md5:
Homepage: http://avarice.sourceforge.net/
Tag: implemented-in::c++, role::program
Section: electronics
Priority: optional
Filename: pool/main/a/avarice/avarice_2.14+svn427-1+b1_amd64.deb