How To Install perl-Readonly-XS on Fedora 36

In this tutorial we learn how to install perl-Readonly-XS in Fedora 36. perl-Readonly-XS is Companion module for Readonly

Introduction

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

What is perl-Readonly-XS

Readonly scalar variables.

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

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

sudo dnf -y install perl-Readonly-XS

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

sudo yum -y install perl-Readonly-XS

How To Uninstall perl-Readonly-XS on Fedora 36

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

sudo dnf remove perl-Readonly-XS

perl-Readonly-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/62c83356cfc1e601e574b6a9ef8def67f1808e
/usr/lib64/perl5/vendor_perl/Readonly
/usr/lib64/perl5/vendor_perl/Readonly/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Readonly
/usr/lib64/perl5/vendor_perl/auto/Readonly/XS
/usr/lib64/perl5/vendor_perl/auto/Readonly/XS/XS.so
/usr/share/doc/perl-Readonly-XS
/usr/share/doc/perl-Readonly-XS/Changes
/usr/share/doc/perl-Readonly-XS/README
/usr/share/doc/perl-Readonly-XS/t
/usr/share/doc/perl-Readonly-XS/t/test.t
/usr/share/man/man3/Readonly::XS.3pm.gz

References

Summary

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