How to Install and Uninstall gdb-avr Package on Kali Linux

Last updated: May 16,2024

1. Install "gdb-avr" package

Learn how to install gdb-avr on Kali Linux

$ sudo apt update $ sudo apt install gdb-avr

2. Uninstall "gdb-avr" package

In this section, we are going to explain the necessary steps to uninstall gdb-avr on Kali Linux:

$ sudo apt remove gdb-avr $ sudo apt autoclean && sudo apt autoremove

3. Information about the gdb-avr package on Kali Linux

Package: gdb-avr
Version: 13.2-3
Installed-Size: 10002
Maintainer: Steve Meliza
Architecture: amd64
Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libncursesw6 (>= 6), libpython3.11 (>= 3.11.5), libstdc++6 (>= 12), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Suggests: gdb-doc, python3
Size: 3156440
SHA256: 707e857904a4246baae1f6b10233c2ac8adafe36a12373682ba4cd9841c328cb
SHA1: 45428b23b16aeb8802121a6cc248c383ddc3f67d
MD5sum: c04bfadc4abe0703b5fb649b57405d4f
Description: GNU Debugger for avr
This package has been compiled to target the avr architecture.
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, it works for C, C++, Fortran
Modula 2 and Java programs. A must-have for any serious
programmer.
.
This package is primarily for avr developers and cross-compilers and
is not needed by normal users or developers.
Description-md5:
Homepage: https://www.gnu.org/s/gdb/
Built-Using: gdb (= 13.2-1)
Tag: devel::debugger, devel::lang:c, devel::lang:c++, devel::lang:fortran,
devel::lang:java, devel::library, devel::machinecode,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility, suite::gnu, uitoolkit::ncurses,
works-with::software:running
Section: devel
Priority: optional
Filename: pool/main/g/gdb-avr/gdb-avr_13.2-3_amd64.deb