How to Install and Uninstall strace Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "strace" package

Please follow the instructions below to install strace on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install strace

2. Uninstall "strace" package

Please follow the step by step instructions below to uninstall strace on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove strace $ sudo apt autoclean && sudo apt autoremove

3. Information about the strace package on Ubuntu 21.10 (Impish Indri)

Package: strace
Architecture: amd64
Version: 5.13-0ubuntu1
Priority: standard
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Steve McIntyre <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1882
Depends: libc6 (>= 2.34), libunwind8
Filename: pool/main/s/strace/strace_5.13-0ubuntu1_amd64.deb
Size: 531532
MD5sum: 2e289fa6741e9a5aa61ea830301a1bf0
SHA1: 9794d904fe61e5e4cb884433acbfb82d26a1aafc
SHA256: 903aa927fe2d31b334798b5b6b1111be1a45223118969b949c0207d778177b69
SHA512: 1d395d91178bf61bbdc9e19859328c109a1cfd971bedda6eedea8e96b4654f6d2d55eefbca1c09775297618c0ea64143e4023dae5cbe0441beb0ca36329652bb
Homepage: https://strace.io
Description-en: System call tracer
strace is a system call tracer: i.e. a debugging tool which prints out
a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
Description-md5: a6e8380fce2adad855bb56e32092b29f
Task: standard