How to Install and Uninstall gcc-toolset-9-dyninst.x86_64 Package on AlmaLinux 8

Last updated: June 02,2024

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

Here is a brief guide to show you how to install gcc-toolset-9-dyninst.x86_64 on AlmaLinux 8

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

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

Learn how to uninstall gcc-toolset-9-dyninst.x86_64 on AlmaLinux 8:

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

3. Information about the gcc-toolset-9-dyninst.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:32:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : gcc-toolset-9-dyninst
Version : 10.1.0
Release : 1.el8
Architecture : x86_64
Size : 3.9 M
Source : gcc-toolset-9-dyninst-10.1.0-1.el8.src.rpm
Repository : 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.