How To Install libref_array on Fedora 36

In this tutorial we learn how to install libref_array in Fedora 36. libref_array is A refcounted array for C

Introduction

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

What is libref_array

A dynamically-growing, reference-counted array

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

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

sudo dnf -y install libref_array

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

sudo yum -y install libref_array

How To Uninstall libref_array on Fedora 36

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

sudo dnf remove libref_array

libref_array Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/03dcb0d03d793722f386582f4b12672d230278
/usr/lib64/libref_array.so.1
/usr/lib64/libref_array.so.1.2.1
/usr/share/doc/libref_array
/usr/share/doc/libref_array/COPYING
/usr/share/doc/libref_array/COPYING.LESSER

References

Summary

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