How to Install and Uninstall gcc-toolset-10-dyninst.i686 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "gcc-toolset-10-dyninst.i686" package

This is a short guide on how to install gcc-toolset-10-dyninst.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install gcc-toolset-10-dyninst.i686

2. Uninstall "gcc-toolset-10-dyninst.i686" package

This tutorial shows how to uninstall gcc-toolset-10-dyninst.i686 on CentOS Stream 8:

$ sudo dnf remove gcc-toolset-10-dyninst.i686 $ sudo dnf autoremove

3. Information about the gcc-toolset-10-dyninst.i686 package on CentOS Stream 8

Last metadata expiration check: 3:05:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : gcc-toolset-10-dyninst
Version : 10.2.1
Release : 2.el8
Architecture : i686
Size : 4.0 M
Source : gcc-toolset-10-dyninst-10.2.1-2.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.