How to Install and Uninstall ltrace.x86_64 Package on Rocky Linux 8

Last updated: May 01,2024

1. Install "ltrace.x86_64" package

In this section, we are going to explain the necessary steps to install ltrace.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ltrace.x86_64

2. Uninstall "ltrace.x86_64" package

Please follow the guidance below to uninstall ltrace.x86_64 on Rocky Linux 8:

$ sudo dnf remove ltrace.x86_64 $ sudo dnf autoremove

3. Information about the ltrace.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:51:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ltrace
Version : 0.7.91
Release : 28.el8
Architecture : x86_64
Size : 159 k
Source : ltrace-0.7.91-28.el8.src.rpm
Repository : appstream
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.