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

Last updated: May 15,2024

1. Install "ltrace" package

Here is a brief guide to show you how to install ltrace on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ltrace

2. Uninstall "ltrace" package

Learn how to uninstall ltrace on Ubuntu 21.10 (Impish Indri):

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

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

Package: ltrace
Architecture: amd64
Version: 0.7.3-6.1ubuntu3
Priority: standard
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Juan Cespedes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 392
Depends: libc6 (>= 2.34), libelf1 (>= 0.131), libselinux1 (>= 3.1~)
Filename: pool/main/l/ltrace/ltrace_0.7.3-6.1ubuntu3_amd64.deb
Size: 141008
MD5sum: b93bc22ec5619187c65d65885d797ef5
SHA1: 4ddf6ad5a535dd78197523fd53cacabbe01cdb0d
SHA256: 938f6735ff958d9467b39b32bb43442064d233607d6e633ac7c9ef081782dc32
SHA512: a3656368c3d76b65d57cc7995e6ed9ef0695c5e0b3a3e7d591929d0576b419ab37655af72fc95ab0695ba85078e2d311f760a3d73a7bd34626109d46bcb54352
Description-en: 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: ff2cc28bbc4f3ce119d059af641ea073
Task: standard