How To Install perl-Ref-Util-XS on Fedora 36

In this tutorial we learn how to install perl-Ref-Util-XS in Fedora 36. perl-Ref-Util-XS is Utility functions for checking references

Introduction

In this tutorial we learn how to install perl-Ref-Util-XS on Fedora 36.

What is perl-Ref-Util-XS

Ref faster and smarter way.

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

Install perl-Ref-Util-XS 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-Ref-Util-XS using dnf by running the following command:

sudo dnf -y install perl-Ref-Util-XS

Install perl-Ref-Util-XS 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-Ref-Util-XS using yum by running the following command:

sudo yum -y install perl-Ref-Util-XS

How To Uninstall perl-Ref-Util-XS on Fedora 36

To uninstall only the perl-Ref-Util-XS package we can use the following command:

sudo dnf remove perl-Ref-Util-XS

perl-Ref-Util-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/225dfa96e7f2ccb9027af8778826d464af77cb
/usr/lib64/perl5/vendor_perl/Ref
/usr/lib64/perl5/vendor_perl/Ref/Util
/usr/lib64/perl5/vendor_perl/Ref/Util/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Ref
/usr/lib64/perl5/vendor_perl/auto/Ref/Util
/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS
/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS/XS.so
/usr/share/doc/perl-Ref-Util-XS
/usr/share/doc/perl-Ref-Util-XS/Changes
/usr/share/doc/perl-Ref-Util-XS/README
/usr/share/licenses/perl-Ref-Util-XS
/usr/share/licenses/perl-Ref-Util-XS/LICENSE
/usr/share/man/man3/Ref::Util::XS.3pm.gz

References

Summary

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