How to Install and Uninstall systemtap.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "systemtap.x86_64" package

In this section, we are going to explain the necessary steps to install systemtap.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install systemtap.x86_64

2. Uninstall "systemtap.x86_64" package

Please follow the instructions below to uninstall systemtap.x86_64 on Fedora 35:

$ sudo dnf remove systemtap.x86_64 $ sudo dnf autoremove

3. Information about the systemtap.x86_64 package on Fedora 35

Last metadata expiration check: 5:05:15 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : systemtap
Version : 4.7
Release : 1.fc35
Architecture : x86_64
Size : 7.8 k
Source : systemtap-4.7-1.fc35.src.rpm
Repository : updates
Summary : Programmable system-wide instrumentation system
URL : http://sourceware.org/systemtap/
License : GPLv2+
Description : SystemTap is an instrumentation system for systems running Linux.
: Developers can write instrumentation scripts to collect data on
: the operation of the system. The base systemtap package contains/requires
: the components needed to locally develop and execute systemtap scripts.