How to Install and Uninstall dyninst.i686 Package on Fedora 36

Last updated: December 29,2024

1. Install "dyninst.i686" package

Learn how to install dyninst.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install dyninst.i686

2. Uninstall "dyninst.i686" package

Please follow the guidelines below to uninstall dyninst.i686 on Fedora 36:

$ sudo dnf remove dyninst.i686 $ sudo dnf autoremove

3. Information about the dyninst.i686 package on Fedora 36

Last metadata expiration check: 4:43:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : dyninst
Version : 12.0.1
Release : 3.fc36
Architecture : i686
Size : 4.3 M
Source : dyninst-12.0.1-3.fc36.src.rpm
Repository : fedora
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.