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

Last updated: July 03,2024

1. Install "libstdc++.i686" package

Here is a brief guide to show you how to install libstdc++.i686 on Oracle Linux 8

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

2. Uninstall "libstdc++.i686" package

This is a short guide on how to uninstall libstdc++.i686 on Oracle Linux 8:

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

3. Information about the libstdc++.i686 package on Oracle Linux 8

Last metadata expiration check: 1:07:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libstdc++
Version : 8.5.0
Release : 10.1.0.1.el8_6
Architecture : i686
Size : 498 k
Source : gcc-8.5.0-10.1.0.1.el8_6.src.rpm
Repository : ol8_baseos_latest
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.