How to Install and Uninstall gc.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "gc.x86_64" package

Please follow the instructions below to install gc.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install gc.x86_64

2. Uninstall "gc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gc.x86_64 on AlmaLinux 9:

$ sudo dnf remove gc.x86_64 $ sudo dnf autoremove

3. Information about the gc.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:20:58 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : gc
Version : 8.0.4
Release : 7.el9
Architecture : x86_64
Size : 103 k
Source : gc-8.0.4-7.el9.src.rpm
Repository : 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.