How To Install libref_array on Fedora 34

libref_array is A refcounted array for C A refcounted array for C

Introduction

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

What is libref_array

A dynamically-growing, reference-counted array libref_array 0.1.5 47.fc34 x86_64 27 k ding-libs-0.6.1-47.fc34.src.rpm fedora A refcounted array for C https LGPLv3+ A dynamically-growing, reference-counted array

We can use yum or dnf to install libref_array on Fedora 34. 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 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove libref_array

libref_array Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/dc6a2a2ff6319236d2654dc6d0174310f05a85
/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
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/9ece9479919adb282d137673c0ba1e1d23eba8
/usr/lib/libref_array.so.1
/usr/lib/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 34 using yum and dnf.