How to Install and Uninstall extrace Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "extrace" package

This guide let you learn how to install extrace on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install extrace

2. Uninstall "extrace" package

Please follow the instructions below to uninstall extrace on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the extrace package on Ubuntu 21.04 (Hirsute Hippo)

Package: extrace
Architecture: amd64
Version: 0.7-2
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: nicoo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: libc6 (>= 2.4)
Filename: pool/universe/e/extrace/extrace_0.7-2_amd64.deb
Size: 13116
MD5sum: be491371fe181917fbdecc0c24dcd2f3
SHA1: 4d37333e77266226b0d6b0b8a510ae059be55919
SHA256: fa37df6c0c40b8657a4650e92e52807386f06a02a6fb8e9840de01af927f637e
SHA512: 13edd8ed5629eafa9b6f2b68f296f5b42e82ff4269a133529d9888f19795dd33ed8bb2f1b3f091e26ec6d71e49296a44bbd46d2185af217cc49383303c361495
Homepage: https://git.vuxu.org/extrace/about/
Description-en: 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: f0114617cfa28e23bb53d37ffb5ddbe9