How to Install and Uninstall systemtap-devel.i686 Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "systemtap-devel.i686" package

Please follow the guidance below to install systemtap-devel.i686 on Oracle Linux 9

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

2. Uninstall "systemtap-devel.i686" package

This is a short guide on how to uninstall systemtap-devel.i686 on Oracle Linux 9:

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

3. Information about the systemtap-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 3:18:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : systemtap-devel
Version : 4.9
Release : 3.0.1.el9
Architecture : i686
Size : 3.3 M
Source : systemtap-4.9-3.0.1.el9.src.rpm
Repository : ol9_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.