How to Install and Uninstall strace Package on Kali Linux

Last updated: May 04,2024

1. Install "strace" package

Please follow the steps below to install strace on Kali Linux

$ sudo apt update $ sudo apt install strace

2. Uninstall "strace" package

Please follow the steps below to uninstall strace on Kali Linux:

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

3. Information about the strace package on Kali Linux

Package: strace
Version: 6.5-0.1
Installed-Size: 2897
Maintainer: Steve McIntyre <[email protected]>
Architecture: amd64
Depends: libc6 (>= 2.34), libunwind8
Size: 1347332
SHA256: 3010cb47c95d50cd048008778f511dc05923bcaf198c670e907af05a4b41d4cf
SHA1: 6ede5b724df2f63bd5125a1c6372267fa60199ee
MD5sum: 0bce7c254b2e38428190ec9a79f4789f
Description: 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:
Homepage: https://strace.io
Tag: admin::monitoring, devel::debugger, implemented-in::c,
interface::commandline, role::program, scope::utility, use::monitor,
works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/s/strace/strace_6.5-0.1_amd64.deb