How to Install and Uninstall ltrace.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "ltrace.x86_64" package

Please follow the guidelines below to install ltrace.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ltrace.x86_64

2. Uninstall "ltrace.x86_64" package

Here is a brief guide to show you how to uninstall ltrace.x86_64 on Fedora 34:

$ sudo dnf remove ltrace.x86_64 $ sudo dnf autoremove

3. Information about the ltrace.x86_64 package on Fedora 34

Last metadata expiration check: 1:28:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ltrace
Version : 0.7.91
Release : 41.fc34
Architecture : x86_64
Size : 140 k
Source : ltrace-0.7.91-41.fc34.src.rpm
Repository : fedora
Summary : Tracks runtime library calls from dynamically linked executables
URL : https://gitlab.com/cespedes/ltrace
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.