How to Install and Uninstall gcc-toolset-12-gdb.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "gcc-toolset-12-gdb.x86_64" package

Please follow the instructions below to install gcc-toolset-12-gdb.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gcc-toolset-12-gdb.x86_64

2. Uninstall "gcc-toolset-12-gdb.x86_64" package

Please follow the steps below to uninstall gcc-toolset-12-gdb.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove gcc-toolset-12-gdb.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-12-gdb.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:38:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gcc-toolset-12-gdb
Version : 11.2
Release : 4.el9
Architecture : x86_64
Size : 4.3 M
Source : gcc-toolset-12-gdb-11.2-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A GNU source-level debugger for C, C++, Fortran, Go and other languages
URL : https://gnu.org/software/gdb/
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
Description : GDB, the GNU debugger, allows you to debug programs written in C, C++,
: Java, and other languages, by executing them in a controlled fashion
: and printing their data.