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

Last updated: May 16,2024

1. Install "gdb-minimal" package

Please follow the guidelines below to install gdb-minimal on Kali Linux

$ sudo apt update $ sudo apt install gdb-minimal

2. Uninstall "gdb-minimal" package

Learn how to uninstall gdb-minimal on Kali Linux:

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

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

Package: gdb-minimal
Source: gdb
Version: 13.2-1
Installed-Size: 9913
Maintainer: Héctor Orón Martínez
Architecture: amd64
Replaces: gdb
Provides: gdb
Depends: libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libreadline8 (>= 8.2~beta), libstdc++6 (>= 12), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0)
Conflicts: gdb
Size: 3250780
SHA256: 97a79475fbdfd07ff1308fe7aaa7d4cc254a8f39752ab380e9ef26eb39c996bd
SHA1: 839ab57ef7010960711ec29b487a17387e1981f1
MD5sum: 57f137d61011ed2b48468543f82efd46
Description: GNU Debugger (minimal version)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a minimal version of GDB with optional features
disabled.
Description-md5:
Homepage: https://www.gnu.org/s/gdb/
Section: devel
Priority: optional
Filename: pool/main/g/gdb/gdb-minimal_13.2-1_amd64.deb