How to Install and Uninstall strace.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

1. Install "strace.x86_64" package

This is a short guide on how to install strace.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install strace.x86_64

2. Uninstall "strace.x86_64" package

Please follow the instructions below to uninstall strace.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove strace.x86_64 $ sudo dnf autoremove

3. Information about the strace.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:37:23 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : strace
Version : 5.1
Release : 1.el8
Architecture : x86_64
Size : 1.0 M
Source : strace-5.1-1.el8.src.rpm
Repository : baseos
Summary : Tracks and displays system calls associated with a running process
URL : https://strace.io/
License : LGPL-2.1+ and GPL-2.0+
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.