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

Last updated: July 03,2024

1. Install "strace.x86_64" package

Please follow the guidance below to install strace.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install strace.x86_64

2. Uninstall "strace.x86_64" package

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

$ sudo dnf remove strace.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:03 ago on Thu Feb 15 07:50:05 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 : 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.