How to Install and Uninstall gcc-toolset-9-make.x86_64 Package on CentOS Stream 8

Last updated: May 03,2024

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

Please follow the steps below to install gcc-toolset-9-make.x86_64 on CentOS Stream 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 CentOS Stream 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 CentOS Stream 8

Last metadata expiration check: 4:02:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : gcc-toolset-9-make
Epoch : 1
Version : 4.2.1
Release : 2.el8
Architecture : x86_64
Size : 499 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.