How to Install and Uninstall strace.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "strace.x86_64" package

This guide let you learn how to install strace.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install strace.x86_64

2. Uninstall "strace.x86_64" package

Please follow the steps below to uninstall strace.x86_64 on Fedora 34:

$ sudo dnf remove strace.x86_64 $ sudo dnf autoremove

3. Information about the strace.x86_64 package on Fedora 34

Last metadata expiration check: 1:47:10 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : strace
Version : 5.16
Release : 1.fc34
Architecture : x86_64
Size : 1.3 M
Source : strace-5.16-1.fc34.src.rpm
Repository : updates
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.