How to Install and Uninstall libgcc.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "libgcc.x86_64" package

Please follow the instructions below to install libgcc.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libgcc.x86_64

2. Uninstall "libgcc.x86_64" package

Please follow the instructions below to uninstall libgcc.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libgcc.x86_64 $ sudo yum autoremove

3. Information about the libgcc.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libgcc
Arch : x86_64
Version : 4.8.5
Release : 44.el7
Size : 175 k
Repo : installed
From repo : anaconda
Summary : GCC version 4.8 shared support library
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : This package contains GCC shared support library which is needed
: e.g. for exception handling support.