How to Install and Uninstall gcc-toolset-9-dyninst.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "gcc-toolset-9-dyninst.src" package

Learn how to install gcc-toolset-9-dyninst.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-9-dyninst.src

2. Uninstall "gcc-toolset-9-dyninst.src" package

This tutorial shows how to uninstall gcc-toolset-9-dyninst.src on Oracle Linux 8:

$ sudo dnf remove gcc-toolset-9-dyninst.src $ sudo dnf autoremove

3. Information about the gcc-toolset-9-dyninst.src package on Oracle Linux 8

Last metadata expiration check: 3:47:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-9-dyninst
Version : 10.1.0
Release : 1.el8
Architecture : src
Size : 11 M
Source : None
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.