How to Install and Uninstall strace.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "strace.src" package

This is a short guide on how to install strace.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install strace.src

2. Uninstall "strace.src" package

In this section, we are going to explain the necessary steps to uninstall strace.src on Oracle Linux 9:

$ sudo dnf remove strace.src $ sudo dnf autoremove

3. Information about the strace.src package on Oracle Linux 9

Last metadata expiration check: 0:45:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : strace
Version : 5.18
Release : 2.el9
Architecture : src
Size : 2.2 M
Source : None
Repository : ol9_baseos_latest
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.