How to Install and Uninstall strace.x86_64 Package on AlmaLinux 9

Last updated: October 14,2024

1. Install "strace.x86_64" package

This guide covers the steps necessary to install strace.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install strace.x86_64

2. Uninstall "strace.x86_64" package

This guide covers the steps necessary to uninstall strace.x86_64 on AlmaLinux 9:

$ sudo dnf remove strace.x86_64 $ sudo dnf autoremove

3. Information about the strace.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:51:12 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : strace
Version : 5.18
Release : 2.el9
Architecture : x86_64
Size : 1.4 M
Source : strace-5.18-2.el9.src.rpm
Repository : baseos
Summary : Tracks and displays system calls associated with a running process
URL : https://strace.io
License : LGPL-2.1-or-later and GPL-2.0-or-later
Description : The strace program intercepts and records the system calls called and
: received by a running process. Strace can print a record of each
: system call, its arguments and its return value. Strace is useful for
: diagnosing problems and debugging, as well as for instructional
: purposes.
:
: Install strace if you need a tool to track the system calls made and
: received by a process.