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

Last updated: July 03,2024

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

Learn how to install gcc-toolset-9-make.x86_64 on Rocky Linux 8

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

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

Please follow the instructions below to uninstall gcc-toolset-9-make.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 1:59:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gcc-toolset-9-make
Epoch : 1
Version : 4.2.1
Release : 2.el8
Architecture : x86_64
Size : 498 k
Source : gcc-toolset-9-make-4.2.1-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.