How to Install and Uninstall gc.i686 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "gc.i686" package

This tutorial shows how to install gc.i686 on Oracle Linux 9

$ 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 Oracle Linux 9:

$ sudo dnf remove gc.i686 $ sudo dnf autoremove

3. Information about the gc.i686 package on Oracle Linux 9

Last metadata expiration check: 2:43:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gc
Version : 8.0.4
Release : 7.el9
Architecture : i686
Size : 106 k
Source : gc-8.0.4-7.el9.src.rpm
Repository : ol9_appstream
Summary : A garbage collector for C and C++
URL : http://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.