How to Install and Uninstall extrace Package on Kali Linux

Last updated: May 13,2024

1. Install "extrace" package

Learn how to install extrace on Kali Linux

$ sudo apt update $ sudo apt install extrace

2. Uninstall "extrace" package

Please follow the instructions below to uninstall extrace on Kali Linux:

$ sudo apt remove extrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the extrace package on Kali Linux

Package: extrace
Version: 0.7-2
Installed-Size: 51
Maintainer: nicoo
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 13272
SHA256: 096ed774e3fdab5d9b45f95a0c04d151f491e639d2fb62a34877de351bad9113
SHA1: 2ddc7e268cfd29aa123f3f8908dcc35a5f5aab6f
MD5sum: b21e372d7769de1f67613638cc25650f
Description: trace exec() calls system-wide
extrace traces all program executions happening on a system,
or the subset of program executions done by a given process and its
descendants. For example, to see what the shell really executes:
.
$ sudo extrace -p $(pidof zsh)
8505 git rev-parse --is-inside-work-tree
8506 direnv export zsh
8511 git rev-parse --is-inside-work-tree
8515 wc -l
8516 whoami
8542 hostname
8543 git rev-parse --is-inside-work-tree
8544 direnv export zsh
8549 /bin/bash --noprofile --norc -c 'eval "$("/usr/bin/direnv" stdlib)" >&2\
&& source_env ".envrc" >&2 && "/usr/bin/direnv" dump'
8551 /usr/bin/direnv stdlib
8558 /usr/bin/direnv watch .envrc
8565 dirname .envrc
8567 basename .envrc
8569 basename .envrc
8549 /usr/bin/direnv dump
8574 git rev-parse --is-inside-work-tree
8578 wc -l
8579 whoami
Description-md5:
Homepage: https://git.vuxu.org/extrace/about/
Tag: implemented-in::c, interface::commandline, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/e/extrace/extrace_0.7-2_amd64.deb