How To Install perl-Devel-Refcount on Fedora 36

In this tutorial we learn how to install perl-Devel-Refcount in Fedora 36. perl-Devel-Refcount is Obtain the REFCNT value of a referent

Introduction

In this tutorial we learn how to install perl-Devel-Refcount on Fedora 36.

What is perl-Devel-Refcount

This module provides a single function that obtains the reference count of the object being pointed to by the passed reference value.

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

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

sudo dnf -y install perl-Devel-Refcount

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

sudo yum -y install perl-Devel-Refcount

How To Uninstall perl-Devel-Refcount on Fedora 36

To uninstall only the perl-Devel-Refcount package we can use the following command:

sudo dnf remove perl-Devel-Refcount

perl-Devel-Refcount Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/357359bf5cc2b8c40f99ad09319d69b1707390
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/Refcount.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/Refcount
/usr/lib64/perl5/vendor_perl/auto/Devel/Refcount/Refcount.so
/usr/share/doc/perl-Devel-Refcount
/usr/share/doc/perl-Devel-Refcount/Changes
/usr/share/doc/perl-Devel-Refcount/README
/usr/share/licenses/perl-Devel-Refcount
/usr/share/licenses/perl-Devel-Refcount/LICENSE
/usr/share/man/man3/Devel::Refcount.3pm.gz

References

Summary

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