How to Install and Uninstall libstdc++.x86_64 Package on Amazon Linux 2

Last updated: October 04,2024

1. Install "libstdc++.x86_64" package

This tutorial shows how to install libstdc++.x86_64 on Amazon Linux 2

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

2. Uninstall "libstdc++.x86_64" package

This tutorial shows how to uninstall libstdc++.x86_64 on Amazon Linux 2:

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

3. Information about the libstdc++.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : libstdc++
Arch : x86_64
Version : 7.3.1
Release : 13.amzn2
Size : 1.7 M
Repo : installed
Summary : GNU Standard C++ Library
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : The libstdc++ package contains a rewritten standard compliant GCC
: Standard C++ Library.