How to Install and Uninstall libstdc++.i686 Package on AlmaLinux 8

Last updated: October 05,2024

1. Install "libstdc++.i686" package

This tutorial shows how to install libstdc++.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libstdc++.i686

2. Uninstall "libstdc++.i686" package

In this section, we are going to explain the necessary steps to uninstall libstdc++.i686 on AlmaLinux 8:

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

3. Information about the libstdc++.i686 package on AlmaLinux 8

Last metadata expiration check: 2:12:28 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libstdc++
Version : 8.5.0
Release : 10.1.el8_6.alma
Architecture : i686
Size : 489 k
Source : gcc-8.5.0-10.1.el8_6.alma.src.rpm
Repository : baseos
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.