How to Install and Uninstall systemtap-devel.i686 Package on CentOS 8 / RHEL 8

Last updated: October 06,2024

1. Install "systemtap-devel.i686" package

Here is a brief guide to show you how to install systemtap-devel.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install systemtap-devel.i686

2. Uninstall "systemtap-devel.i686" package

Please follow the guidance below to uninstall systemtap-devel.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove systemtap-devel.i686 $ sudo dnf autoremove

3. Information about the systemtap-devel.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:39:32 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : systemtap-devel
Version : 4.3
Release : 4.el8
Architecture : i686
Size : 2.4 M
Source : systemtap-4.3-4.el8.src.rpm
Repository : appstream
Summary : Programmable system-wide instrumentation system - development headers, tools
URL : http://sourceware.org/systemtap/
License : GPLv2+
Description : This package contains the components needed to compile a systemtap
: script from source form into executable (.ko) forms. It may be
: installed on a self-contained developer workstation (along with the
: systemtap-client and systemtap-runtime packages), or on a dedicated
: remote server (alongside the systemtap-server package). It includes
: a copy of the standard tapset library and the runtime library C files.