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

Last updated: May 19,2024

1. Install "strace.x86_64" package

This guide covers the steps necessary to install strace.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install strace.x86_64

2. Uninstall "strace.x86_64" package

This is a short guide on how to uninstall strace.x86_64 on CentOS Stream 8:

$ sudo dnf remove strace.x86_64 $ sudo dnf autoremove

3. Information about the strace.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:36:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : strace
Version : 5.18
Release : 2.el8
Architecture : x86_64
Size : 1.4 M
Source : strace-5.18-2.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.