How to Install and Uninstall debuginfod Package on Kali Linux

Last updated: May 05,2024

1. Install "debuginfod" package

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

$ sudo apt update $ sudo apt install debuginfod

2. Uninstall "debuginfod" package

This is a short guide on how to uninstall debuginfod on Kali Linux:

$ sudo apt remove debuginfod $ sudo apt autoclean && sudo apt autoremove

3. Information about the debuginfod package on Kali Linux

Package: debuginfod
Source: elfutils (0.190-1)
Version: 0.190-1+b1
Installed-Size: 294
Maintainer: Debian Elfutils Maintainers
Architecture: amd64
Depends: libdebuginfod1 (= 0.190-1+b1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 3.0), libmicrohttpd12 (>= 0.9.50), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 13.1)
Size: 113284
SHA256: 1a7bed954b7f35f606402802dad27a45670ca6a09067184c27f33316a9569037
SHA1: 62649ad6c16a884effb88898fa5116188224873e
MD5sum: 365d0528831d0f34c0827131a4737183
Description: debuginfo-related http file-server daemon
Server, client tool and library to index and fetch ELF/DWARF files
addressed by build-id through HTTP.
Description-md5:
Homepage: https://sourceware.org/elfutils/
Section: devel
Priority: optional
Filename: pool/main/e/elfutils/debuginfod_0.190-1+b1_amd64.deb