How to Install and Uninstall gcc-toolset-11-make.x86_64 Package on Rocky Linux 8

Last updated: May 03,2024

1. Install "gcc-toolset-11-make.x86_64" package

This tutorial shows how to install gcc-toolset-11-make.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-11-make.x86_64

2. Uninstall "gcc-toolset-11-make.x86_64" package

Here is a brief guide to show you how to uninstall gcc-toolset-11-make.x86_64 on Rocky Linux 8:

$ sudo dnf remove gcc-toolset-11-make.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-11-make.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:44:35 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gcc-toolset-11-make
Epoch : 1
Version : 4.3
Release : 2.el8
Architecture : x86_64
Size : 526 k
Source : gcc-toolset-11-make-4.3-2.el8.src.rpm
Repository : 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.