How to Install and Uninstall gcc-toolset-11-gdb.src Package on Oracle Linux 8

Last updated: October 05,2024

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

Learn how to install gcc-toolset-11-gdb.src on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall gcc-toolset-11-gdb.src on Oracle Linux 8:

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

3. Information about the gcc-toolset-11-gdb.src package on Oracle Linux 8

Last metadata expiration check: 4:08:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-11-gdb
Version : 10.2
Release : 5.0.1.el8
Architecture : src
Size : 21 M
Source : None
Repository : ol8_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.