How to Install and Uninstall dyninst.x86_64 Package on Fedora 39

Last updated: September 26,2024

1. Install "dyninst.x86_64" package

Please follow the guidance below to install dyninst.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install dyninst.x86_64

2. Uninstall "dyninst.x86_64" package

Please follow the guidelines below to uninstall dyninst.x86_64 on Fedora 39:

$ sudo dnf remove dyninst.x86_64 $ sudo dnf autoremove

3. Information about the dyninst.x86_64 package on Fedora 39

Last metadata expiration check: 4:43:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : dyninst
Version : 12.3.0
Release : 3.fc39
Architecture : x86_64
Size : 3.9 M
Source : dyninst-12.3.0-3.fc39.src.rpm
Repository : fedora
Summary : An API for Run-time Code Generation
URL : http://www.dyninst.org
License : LGPL-2.1-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 AND LicenseRef-Fedora-Public-Domain AND BSD-3-Clause
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.