How to Install and Uninstall gc.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "gc.i686" package

Please follow the guidance below to install gc.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install gc.i686

2. Uninstall "gc.i686" package

In this section, we are going to explain the necessary steps to uninstall gc.i686 on Fedora 36:

$ sudo dnf remove gc.i686 $ sudo dnf autoremove

3. Information about the gc.i686 package on Fedora 36

Last metadata expiration check: 0:19:09 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : gc
Version : 8.0.6
Release : 3.fc36
Architecture : i686
Size : 105 k
Source : gc-8.0.6-3.fc36.src.rpm
Repository : updates
Summary : Garbage collector for C and C++
URL : https://www.hboehm.info/gc/
License : BSD
Description : The Boehm-Demers-Weiser conservative garbage collector can be
: used as a garbage collecting replacement for C malloc or C++ new.