How to Install and Uninstall gcc.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "gcc.src" package

Please follow the guidance below to install gcc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gcc.src

2. Uninstall "gcc.src" package

In this section, we are going to explain the necessary steps to uninstall gcc.src on Oracle Linux 8:

$ sudo dnf remove gcc.src $ sudo dnf autoremove

3. Information about the gcc.src package on Oracle Linux 8

Last metadata expiration check: 6:19:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc
Version : 8.5.0
Release : 10.1.0.1.el8_6
Architecture : src
Size : 63 M
Source : None
Repository : ol8_appstream
Summary : Various compilers (C, C++, Objective-C, ...)
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : The gcc package contains the GNU Compiler Collection version 8.
: You'll need this package in order to compile C code.

Name : gcc
Version : 8.5.0
Release : 10.1.0.1.el8_6
Architecture : src
Size : 63 M
Source : None
Repository : ol8_baseos_latest
Summary : Various compilers (C, C++, Objective-C, ...)
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : The gcc package contains the GNU Compiler Collection version 8.
: You'll need this package in order to compile C code.