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

Last updated: July 01,2024

1. Install "libstdc++.i686" package

This guide covers the steps necessary to install libstdc++.i686 on Amazon Linux 2

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

2. Uninstall "libstdc++.i686" package

In this section, we are going to explain the necessary steps to uninstall libstdc++.i686 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : libstdc++
Arch : i686
Version : 7.3.1
Release : 13.amzn2
Size : 480 k
Repo : amzn2-core/2/x86_64
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.