How to Install and Uninstall ltrace Package on Kali Linux

Last updated: May 15,2024

1. Install "ltrace" package

This guide let you learn how to install ltrace on Kali Linux

$ sudo apt update $ sudo apt install ltrace

2. Uninstall "ltrace" package

This tutorial shows how to uninstall ltrace on Kali Linux:

$ sudo apt remove ltrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the ltrace package on Kali Linux

Package: ltrace
Version: 0.7.3-6.4
Installed-Size: 330
Maintainer: Juan Cespedes
Architecture: amd64
Depends: libc6 (>= 2.34), libelf1 (>= 0.131), libselinux1 (>= 3.1~)
Size: 124720
SHA256: 5909f9ad5f75db8516c67adcc8f2c38df1f982df3f594054c04eb1917ae44444
SHA1: fe1fa3e0da2b79c3f788f7dc280821746b7e1f81
MD5sum: 89f413ae6373b27872643785e7d71b3c
Description: Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it
exits. While the command is executing, ltrace intercepts and records
the dynamic library calls which are called by
the executed process and the signals received by that process.
It can also intercept and print the system calls executed by the 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 the source handy.
.
You should install ltrace if you need a sysadmin tool for tracking the
execution of processes.
Description-md5:
Tag: devel::debugger, implemented-in::c, interface::commandline,
role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/l/ltrace/ltrace_0.7.3-6.4_amd64.deb