How to Install and Uninstall gc.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "gc.x86_64" package

Please follow the steps below to install gc.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install gc.x86_64

2. Uninstall "gc.x86_64" package

This tutorial shows how to uninstall gc.x86_64 on Rocky Linux 8:

$ sudo dnf remove gc.x86_64 $ sudo dnf autoremove

3. Information about the gc.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:48:44 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gc
Version : 7.6.4
Release : 3.el8
Architecture : x86_64
Size : 108 k
Source : gc-7.6.4-3.el8.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.