How to Install and Uninstall gcc-toolset-12-gdb.src Package on Oracle Linux 9

Last updated: October 12,2024

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

Here is a brief guide to show you how to install gcc-toolset-12-gdb.src on Oracle Linux 9

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

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

Please follow the guidance below to uninstall gcc-toolset-12-gdb.src on Oracle Linux 9:

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

3. Information about the gcc-toolset-12-gdb.src package on Oracle Linux 9

Last metadata expiration check: 3:35:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gcc-toolset-12-gdb
Version : 11.2
Release : 4.el9
Architecture : src
Size : 22 M
Source : None
Repository : ol9_appstream
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.