How To Install perl-URI-Escape-XS on Fedora 36

In this tutorial we learn how to install perl-URI-Escape-XS in Fedora 36. perl-URI-Escape-XS is Drop-In replacement for URI

Introduction

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

What is perl-URI-Escape-XS

This is a drop-in replacement for the URI uses XS, it is really fast except for uri_escape(“noop”).

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

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

sudo dnf -y install perl-URI-Escape-XS

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

sudo yum -y install perl-URI-Escape-XS

How To Uninstall perl-URI-Escape-XS on Fedora 36

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

sudo dnf remove perl-URI-Escape-XS

perl-URI-Escape-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/8ae814984634bffd4bb8053858b859f0836dec
/usr/lib64/perl5/vendor_perl/URI
/usr/lib64/perl5/vendor_perl/URI/Escape
/usr/lib64/perl5/vendor_perl/URI/Escape/XS.pm
/usr/lib64/perl5/vendor_perl/auto/URI
/usr/lib64/perl5/vendor_perl/auto/URI/Escape
/usr/lib64/perl5/vendor_perl/auto/URI/Escape/XS
/usr/lib64/perl5/vendor_perl/auto/URI/Escape/XS/XS.so
/usr/share/doc/perl-URI-Escape-XS
/usr/share/doc/perl-URI-Escape-XS/Changes
/usr/share/doc/perl-URI-Escape-XS/README
/usr/share/man/man3/URI::Escape::XS.3pm.gz

References

Summary

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