How to Install and Uninstall ltrace.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "ltrace.x86_64" package

This tutorial shows how to install ltrace.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ltrace.x86_64

2. Uninstall "ltrace.x86_64" package

This guide let you learn how to uninstall ltrace.x86_64 on Amazon Linux 2:

$ sudo yum remove ltrace.x86_64 $ sudo yum autoremove

3. Information about the ltrace.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ltrace
Arch : x86_64
Version : 0.7.91
Release : 14.amzn2.0.1
Size : 165 k
Repo : amzn2-core/2/x86_64
Summary : Tracks runtime library calls from dynamically linked executables
URL : http://ltrace.alioth.debian.org/
License : GPLv2+
Description : Ltrace is a debugging program which runs a specified command until
: the command exits. While the command is executing, ltrace
: intercepts and records both the dynamic library calls called by
: the executed process and the signals received by the executed
: process. Ltrace can also intercept and print system calls
: executed by the process.
:
: You should install ltrace if you need a sysadmin tool for tracking
: the execution of processes.