How to Install and Uninstall crash Package on Kali Linux

Last updated: May 15,2024

1. Install "crash" package

This is a short guide on how to install crash on Kali Linux

$ sudo apt update $ sudo apt install crash

2. Uninstall "crash" package

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

$ sudo apt remove crash $ sudo apt autoclean && sudo apt autoremove

3. Information about the crash package on Kali Linux

Package: crash
Version: 8.0.4-1
Installed-Size: 12209
Maintainer: Troy Heber
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), liblzo2-2 (>= 2.02), libncursesw6 (>= 6), libsnappy1v5 (>= 1.1.10), libstdc++6 (>= 12), libtinfo6 (>= 6), libzstd1 (>= 1.5.5), binutils
Suggests: kexec-tools, makedumpfile
Size: 3965556
SHA256: 6fc73041832bbfc96ceb988c3c9b6d8f7b16b8af89fcb2bd01c786b9e0dd0c3a
SHA1: d85d8399053ee46086d0a1090b237b360d298165
MD5sum: 8262481748bf25c68b69f7efcfcd9022
Description: kernel debugging utility, allowing gdb like syntax
The core analysis suite is a self-contained tool that can be used to
investigate either live systems, or multiple different core dump formats
including kdump, LKCD, netdump and diskdump.
.
o The tool is loosely based on the SVR4 crash command, but has been
completely integrated with gdb in order to be able to display
formatted kernel data structures, disassemble source code, etc.
.
o The current set of available commands consist of common kernel core
analysis tools such as a context-specific stack traces, source code
disassembly, kernel variable displays, memory display, dumps of
linked-lists, etc. In addition, any gdb command may be entered,
which in turn will be passed onto the gdb module for execution.
.
o There are several commands that delve deeper into specific kernel
subsystems, which also serve as templates for kernel developers
to create new commands for analysis of a specific area of interest.
Adding a new command is a simple affair, and a quick recompile
adds it to the command menu.
.
o The intent is to make the tool independent of Linux version dependencies,
building in recognition of major kernel code changes so as to adapt to
new kernel versions, while maintaining backwards compatibility.
Description-md5:
Homepage: https://crash-utility.github.io/
Tag: admin::kernel, devel::debugger, devel::lang:c, devel::library,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility, uitoolkit::ncurses, works-with::logfile,
works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/c/crash/crash_8.0.4-1_amd64.deb