How to Install and Uninstall ltrace Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ltrace" package

This guide covers the steps necessary to install ltrace on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ltrace

2. Uninstall "ltrace" package

Learn how to uninstall ltrace on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ltrace package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ltrace
Priority: standard
Section: utils
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: Juan Cespedes
Architecture: amd64
Version: 0.7.3-5.1ubuntu4
Depends: libc6 (>= 2.14), libelf1 (>= 0.131), libselinux1 (>= 1.32)
Filename: pool/main/l/ltrace/ltrace_0.7.3-5.1ubuntu4_amd64.deb
Size: 130274
MD5sum: 25f32f70d590b95c756c6f5135bbccfa
SHA1: 9b56278a87ee6ae5db278197115438a7f522452e
SHA256: 1894ba4d761daea1df0922672cead3ee5926db34926c6e2e747889c2907c1836
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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: standard, ubuntu-touch-core, ubuntu-touch