How to Install and Uninstall gcc-c++.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 23,2024

1. Install "gcc-c++.x86_64" package

This guide let you learn how to install gcc-c++.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install gcc-c++.x86_64

2. Uninstall "gcc-c++.x86_64" package

This tutorial shows how to uninstall gcc-c++.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove gcc-c++.x86_64 $ sudo yum autoremove

3. Information about the gcc-c++.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : gcc-c++
Arch : x86_64
Version : 4.8.5
Release : 44.el7
Size : 16 M
Repo : installed
From repo : base
Summary : C++ support for GCC
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : This package adds C++ support to the GNU Compiler Collection.
: It includes support for most of the current C++ specification,
: including templates and exception handling.