How to Install and Uninstall gcc-toolset-11-dyninst.x86_64 Package on Oracle Linux 8

Last updated: May 03,2024

1. Install "gcc-toolset-11-dyninst.x86_64" package

Please follow the guidance below to install gcc-toolset-11-dyninst.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-11-dyninst.x86_64

2. Uninstall "gcc-toolset-11-dyninst.x86_64" package

Please follow the guidance below to uninstall gcc-toolset-11-dyninst.x86_64 on Oracle Linux 8:

$ sudo dnf remove gcc-toolset-11-dyninst.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-11-dyninst.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:41:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-11-dyninst
Version : 11.0.0
Release : 2.el8
Architecture : x86_64
Size : 3.9 M
Source : gcc-toolset-11-dyninst-11.0.0-2.el8.src.rpm
Repository : ol8_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.