How to Install and Uninstall libstdc++-devel.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "libstdc++-devel.x86_64" package

Please follow the step by step instructions below to install libstdc++-devel.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libstdc++-devel.x86_64

2. Uninstall "libstdc++-devel.x86_64" package

Here is a brief guide to show you how to uninstall libstdc++-devel.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libstdc++-devel.x86_64 $ sudo yum autoremove

3. Information about the libstdc++-devel.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libstdc++-devel
Arch : x86_64
Version : 4.8.5
Release : 44.el7
Size : 8.0 M
Repo : installed
From repo : base
Summary : Header files and libraries for C++ development
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : This is the GNU implementation of the standard C++ libraries.
: This package includes the header files and libraries needed for
: C++ development. This includes rewritten implementation of STL.