How to Install and Uninstall gcc-toolset-9-gdb.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 16,2024

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

This tutorial shows how to install gcc-toolset-9-gdb.x86_64 on CentOS 8 / RHEL 8

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

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

This is a short guide on how to uninstall gcc-toolset-9-gdb.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the gcc-toolset-9-gdb.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:29:47 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gcc-toolset-9-gdb
Version : 8.3
Release : 1.el8
Architecture : x86_64
Size : 4.0 M
Source : gcc-toolset-9-gdb-8.3-1.el8.src.rpm
Repository : appstream
Summary : A GNU source-level debugger for C, C++, Fortran, Go and other languages
URL : http://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.