How to Install and Uninstall systemtap-devel.i686 Package on CentOS Stream 9

Last updated: October 13,2024

1. Install "systemtap-devel.i686" package

Please follow the instructions below to install systemtap-devel.i686 on CentOS Stream 9

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

2. Uninstall "systemtap-devel.i686" package

Please follow the guidelines below to uninstall systemtap-devel.i686 on CentOS Stream 9:

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

3. Information about the systemtap-devel.i686 package on CentOS Stream 9

Last metadata expiration check: 2:09:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : systemtap-devel
Version : 5.0
Release : 4.el9
Architecture : i686
Size : 2.6 M
Source : systemtap-5.0-4.el9.src.rpm
Repository : appstream
Summary : Programmable system-wide instrumentation system - development headers, tools
URL : http://sourceware.org/systemtap/
License : GPL-2.0-or-later AND GPL-2.0-only AND BSD-3-Clause AND LGPL-2.1-only AND BSD-2-Clause
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.