How to Install and Uninstall dwarfdump Package on Kali Linux

Last updated: September 20,2024

1. Install "dwarfdump" package

Please follow the instructions below to install dwarfdump on Kali Linux

$ sudo apt update $ sudo apt install dwarfdump

2. Uninstall "dwarfdump" package

Here is a brief guide to show you how to uninstall dwarfdump on Kali Linux:

$ sudo apt remove dwarfdump $ sudo apt autoclean && sudo apt autoremove

3. Information about the dwarfdump package on Kali Linux

Package: dwarfdump
Source: dwarfutils (20210528-1)
Version: 20210528-1+b1
Installed-Size: 597
Maintainer: Fabian Wolff
Architecture: amd64
Depends: libc6 (>= 2.34), libdwarf1 (>= 20210528), libelf1 (>= 0.131)
Size: 230132
SHA256: e0a4e60730df458cf49f1e8e40a64277ef52000f2c5fc40fba2ca8393edcfaf7
SHA1: f418d9c71aabcec6b82250e1a64ad0879b4c4412
MD5sum: 304c7417a6e0363a1a95f10d1b0ebe73
Description: utility to dump DWARF debug information from ELF objects
Dwarfdump is an application that can print the DWARF debugging
information of an ELF object file in a human-readable form. It can
also be used to check and validate manipulated DWARF sections.
.
This utility is part of dwarfutils.
Description-md5:
Homepage: https://www.prevanders.net/dwarf.html
Tag: devel::debugger, implemented-in::c, role::program
Section: utils
Priority: optional
Filename: pool/main/d/dwarfutils/dwarfdump_20210528-1+b1_amd64.deb