How to Install and Uninstall libstdc++-devel.i686 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "libstdc++-devel.i686" package

This guide covers the steps necessary to install libstdc++-devel.i686 on Oracle Linux 9

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

2. Uninstall "libstdc++-devel.i686" package

This tutorial shows how to uninstall libstdc++-devel.i686 on Oracle Linux 9:

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

3. Information about the libstdc++-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 0:27:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libstdc++-devel
Version : 11.4.1
Release : 2.1.0.1.el9
Architecture : i686
Size : 3.1 M
Source : gcc-11.4.1-2.1.0.1.el9.src.rpm
Repository : ol9_appstream
Summary : Header files and libraries for C++ development
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : This is the GNU implementation of the standard C++ libraries. This
: package includes the header files and libraries needed for C++
: development. This includes rewritten implementation of STL.