How To Install libgcroots on Fedora 36

In this tutorial we learn how to install libgcroots in Fedora 36. libgcroots is Roots acquisition library for Garbage Collector

Introduction

In this tutorial we learn how to install libgcroots on Fedora 36.

What is libgcroots

libgcroots abstracts architecture-dependent part of garbage collector roots acquisition such as register windows of SPARC and register stack backing store of IA-64. This library encourages to have own GC such as for small-footprint, some application-specific optimizations, just learning or to test experimental ideas.

We can use yum or dnf to install libgcroots on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgcroots.

Install libgcroots on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libgcroots using dnf by running the following command:

sudo dnf -y install libgcroots

Install libgcroots on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgcroots using yum by running the following command:

sudo yum -y install libgcroots

How To Uninstall libgcroots on Fedora 36

To uninstall only the libgcroots package we can use the following command:

sudo dnf remove libgcroots

libgcroots Package Contents on Fedora 36

---
title: "How To Install libgcroots on Fedora 36"
linkTitle: "libgcroots"
type: "docs"
description: "In this tutorial we learn how to install libgcroots in Fedora 36. libgcroots is Roots acquisition library for Garbage Collector"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgcroots-featured.png
---

## Introduction

In this tutorial we learn how to install `libgcroots` on Fedora 36.

### What is `libgcroots`

> libgcroots abstracts architecture-dependent part of garbage collector roots acquisition such as register windows of SPARC and register stack backing store of IA-64. This library encourages to have own GC such as for small-footprint, some application-specific optimizations, just learning or to test experimental ideas.  

We can use `yum` or `dnf` to install `libgcroots` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgcroots.

## Install libgcroots on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libgcroots using dnf by running the following command:

sudo dnf -y install libgcroots

Install libgcroots on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgcroots using yum by running the following command:

sudo yum -y install libgcroots

How To Uninstall libgcroots on Fedora 36

To uninstall only the libgcroots package we can use the following command:

sudo dnf remove libgcroots

libgcroots Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/6ef2d58640b14481cdf0c75f2fa5c106b58326
/usr/lib/libgcroots.so.0
/usr/lib/libgcroots.so.0.1.0
/usr/share/doc/libgcroots
/usr/share/doc/libgcroots/README
/usr/share/licenses/libgcroots
/usr/share/licenses/libgcroots/COPYING

References

Summary

In this tutorial we learn how to install libgcroots on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/83 /usr/lib/.build-id/83/5835f76dc23e3461c07f41ba6a533165f2656a /usr/lib64/libgcroots.so.0 /usr/lib64/libgcroots.so.0.1.0 /usr/share/doc/libgcroots /usr/share/doc/libgcroots/README /usr/share/licenses/libgcroots /usr/share/licenses/libgcroots/COPYING


## References

* [libgcroots website](https://github.com/uim/libgcroots)

## Summary

In this tutorial we learn how to install `libgcroots` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).