How to Install and Uninstall libgcc.x86_64 Package on Amazon Linux 2
Last updated: November 27,2024
1. Install "libgcc.x86_64" package
Please follow the steps below to install libgcc.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
libgcc.x86_64
Copied
2. Uninstall "libgcc.x86_64" package
This is a short guide on how to uninstall libgcc.x86_64 on Amazon Linux 2:
$
sudo yum remove
libgcc.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the libgcc.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Installed Packages
Name : libgcc
Arch : x86_64
Version : 7.3.1
Release : 13.amzn2
Size : 175 k
Repo : installed
Summary : GCC version 7 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.
Installed Packages
Name : libgcc
Arch : x86_64
Version : 7.3.1
Release : 13.amzn2
Size : 175 k
Repo : installed
Summary : GCC version 7 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.