How to Install and Uninstall gcc-c++.i686 Package on Fedora 38

Last updated: November 26,2024

1. Install "gcc-c++.i686" package

In this section, we are going to explain the necessary steps to install gcc-c++.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install gcc-c++.i686

2. Uninstall "gcc-c++.i686" package

This guide let you learn how to uninstall gcc-c++.i686 on Fedora 38:

$ sudo dnf remove gcc-c++.i686 $ sudo dnf autoremove

3. Information about the gcc-c++.i686 package on Fedora 38

Last metadata expiration check: 2:47:01 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gcc-c++
Version : 13.0.1
Release : 0.12.fc38
Architecture : i686
Size : 13 M
Source : gcc-13.0.1-0.12.fc38.src.rpm
Repository : fedora
Summary : C++ support for GCC
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : This package adds C++ support to the GNU Compiler Collection.
: It includes support for most of the current C++ specification,
: including templates and exception handling.