How To Install perl-CGI-Deurl-XS on Fedora 36

In this tutorial we learn how to install perl-CGI-Deurl-XS in Fedora 36. perl-CGI-Deurl-XS is Fast decoder for URL parameter strings

Introduction

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

What is perl-CGI-Deurl-XS

This module decodes a URL-encoded parameter string in the manner of CGI.pm. However, as it uses C code from libapreq to perform the task, it’s somewhere from slightly to much faster (depending on your strings) than using CGI or a functionally similar module like CGI

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

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

sudo dnf -y install perl-CGI-Deurl-XS

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

sudo yum -y install perl-CGI-Deurl-XS

How To Uninstall perl-CGI-Deurl-XS on Fedora 36

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

sudo dnf remove perl-CGI-Deurl-XS

perl-CGI-Deurl-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/ff1cbb775f7712c6d7926098211c59f30dafb4
/usr/lib64/perl5/vendor_perl/CGI
/usr/lib64/perl5/vendor_perl/CGI/Deurl
/usr/lib64/perl5/vendor_perl/CGI/Deurl/XS.pm
/usr/lib64/perl5/vendor_perl/auto/CGI
/usr/lib64/perl5/vendor_perl/auto/CGI/Deurl
/usr/lib64/perl5/vendor_perl/auto/CGI/Deurl/XS
/usr/lib64/perl5/vendor_perl/auto/CGI/Deurl/XS/XS.so
/usr/lib64/perl5/vendor_perl/auto/CGI/Deurl/XS/autosplit.ix
/usr/share/doc/perl-CGI-Deurl-XS
/usr/share/doc/perl-CGI-Deurl-XS/Changes
/usr/share/doc/perl-CGI-Deurl-XS/README
/usr/share/man/man3/CGI::Deurl::XS.3pm.gz

References

Summary

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