How to Install and Uninstall avarice Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "avarice" package

Please follow the guidance below to install avarice on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install avarice

2. Uninstall "avarice" package

In this section, we are going to explain the necessary steps to uninstall avarice on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the avarice package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: avarice
Priority: optional
Section: universe/electronics
Installed-Size: 333
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: amd64
Version: 2.13+svn347-3
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), libusb-0.1-4 (>= 2:0.1.12)
Recommends: gdb-avr
Filename: pool/universe/a/avarice/avarice_2.13+svn347-3_amd64.deb
Size: 69470
MD5sum: 234aa2c136b9e5f8955980ac295a451f
SHA1: 4b58c37c4697c21c8e46b1bfa939460cf95ba6b9
SHA256: 47634b0e808a8582d1e275221025108673054b829fddc475e7cf3138aa10d1bb
Description-en: 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: 6a0fec7ecb8a2d3dbd906f20f898e292
Homepage: http://avarice.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu