How To Install libgcroots-devel on Fedora 36

In this tutorial we learn how to install libgcroots-devel in Fedora 36. libgcroots-devel is Development files for libgcroots

Introduction

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

What is libgcroots-devel

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 package contains a header file and development library to help you to develop any own GC.

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

Install libgcroots-devel 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-devel using dnf by running the following command:

sudo dnf -y install libgcroots-devel

Install libgcroots-devel 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-devel using yum by running the following command:

sudo yum -y install libgcroots-devel

How To Uninstall libgcroots-devel on Fedora 36

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

sudo dnf remove libgcroots-devel

libgcroots-devel Package Contents on Fedora 36

/usr/include/gcroots.h
/usr/lib/libgcroots.so
/usr/lib/pkgconfig/gcroots.pc
/usr/share/doc/libgcroots-devel
/usr/share/doc/libgcroots-devel/README
/usr/share/licenses/libgcroots-devel
/usr/share/licenses/libgcroots-devel/COPYING

References

Summary

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


title: “How To Install libgcroots-devel on Fedora 36” linkTitle: “libgcroots-devel” type: “docs” description: “In this tutorial we learn how to install libgcroots-devel in Fedora 36. libgcroots-devel is Development files for libgcroots” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgcroots-devel-featured.png

Introduction

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

What is libgcroots-devel

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 package contains a header file and development library to help you to develop any own GC.

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

Install libgcroots-devel 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-devel using dnf by running the following command:

sudo dnf -y install libgcroots-devel

Install libgcroots-devel 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-devel using yum by running the following command:

sudo yum -y install libgcroots-devel

How To Uninstall libgcroots-devel on Fedora 36

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

sudo dnf remove libgcroots-devel

libgcroots-devel Package Contents on Fedora 36

/usr/include/gcroots.h
/usr/lib64/libgcroots.so
/usr/lib64/pkgconfig/gcroots.pc
/usr/share/doc/libgcroots-devel
/usr/share/doc/libgcroots-devel/README
/usr/share/licenses/libgcroots-devel
/usr/share/licenses/libgcroots-devel/COPYING

References

Summary

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