How to Install and Uninstall dyninst.src Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "dyninst.src" package

Please follow the guidance below to install dyninst.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install dyninst.src

2. Uninstall "dyninst.src" package

Please follow the instructions below to uninstall dyninst.src on Oracle Linux 9:

$ sudo dnf remove dyninst.src $ sudo dnf autoremove

3. Information about the dyninst.src package on Oracle Linux 9

Last metadata expiration check: 3:43:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : dyninst
Version : 12.1.0
Release : 1.el9
Architecture : src
Size : 9.2 M
Source : None
Repository : ol9_appstream
Summary : An API for Run-time Code Generation
URL : http://www.dyninst.org
License : LGPLv2+
Description :
: Dyninst is an Application Program Interface (API) to permit the insertion of
: code into a running program. The API also permits changing or removing
: subroutine calls from the application program. Run-time code changes are
: useful to support a variety of applications including debugging, performance
: monitoring, and to support composing applications out of existing packages.
: The goal of this API is to provide a machine independent interface to permit
: the creation of tools and applications that use run-time code patching.