How to Install and Uninstall systemtap-runtime.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "systemtap-runtime.x86_64" package

In this section, we are going to explain the necessary steps to install systemtap-runtime.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install systemtap-runtime.x86_64

2. Uninstall "systemtap-runtime.x86_64" package

This is a short guide on how to uninstall systemtap-runtime.x86_64 on Rocky Linux 8:

$ sudo dnf remove systemtap-runtime.x86_64 $ sudo dnf autoremove

3. Information about the systemtap-runtime.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:03:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : systemtap-runtime
Version : 4.6
Release : 4.el8
Architecture : x86_64
Size : 541 k
Source : systemtap-4.6-4.el8.src.rpm
Repository : appstream
Summary : Programmable system-wide instrumentation system - runtime
URL : http://sourceware.org/systemtap/
License : GPLv2+
Description : SystemTap runtime contains the components needed to execute
: a systemtap script that was already compiled into a module
: using a local or remote systemtap-devel installation.