How to Install and Uninstall gcc-toolset-10-make.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "gcc-toolset-10-make.src" package

This is a short guide on how to install gcc-toolset-10-make.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-10-make.src

2. Uninstall "gcc-toolset-10-make.src" package

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

$ sudo dnf remove gcc-toolset-10-make.src $ sudo dnf autoremove

3. Information about the gcc-toolset-10-make.src package on Oracle Linux 8

Last metadata expiration check: 0:05:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-10-make
Epoch : 1
Version : 4.2.1
Release : 1.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_appstream
Summary : A GNU tool which simplifies the build process for users
URL : http://www.gnu.org/software/make/
License : GPLv3+
Description : A GNU tool for controlling the generation of executables and other
: non-source files of a program from the program's source files. Make
: allows users to build and install packages without any significant
: knowledge about the details of the build process. The details about
: how the program should be built are provided for make in the program's
: makefile.