How To Install perl-Perlbal-XS-HTTPHeaders on Fedora 36

In this tutorial we learn how to install perl-Perlbal-XS-HTTPHeaders in Fedora 36. perl-Perlbal-XS-HTTPHeaders is Perlbal extension for processing HTTP headers

Introduction

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

What is perl-Perlbal-XS-HTTPHeaders

This module is used to read HTTP headers from a string and to parse them into an internal storage format for easy access and modification. You can also ask the module to reconstitute the headers into one big string, useful if you’re writing a proxy and need to read and write headers while maintaining the ability to modify individual parts of the whole.

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

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

sudo dnf -y install perl-Perlbal-XS-HTTPHeaders

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

sudo yum -y install perl-Perlbal-XS-HTTPHeaders

How To Uninstall perl-Perlbal-XS-HTTPHeaders on Fedora 36

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

sudo dnf remove perl-Perlbal-XS-HTTPHeaders

perl-Perlbal-XS-HTTPHeaders Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/dc503ff871e6d36ce62f27f3f91ca2a72a1630
/usr/lib64/perl5/vendor_perl/Perlbal/XS
/usr/lib64/perl5/vendor_perl/Perlbal/XS/HTTPHeaders.pm
/usr/lib64/perl5/vendor_perl/auto/Perlbal/XS
/usr/lib64/perl5/vendor_perl/auto/Perlbal/XS/HTTPHeaders
/usr/lib64/perl5/vendor_perl/auto/Perlbal/XS/HTTPHeaders/HTTPHeaders.so
/usr/lib64/perl5/vendor_perl/auto/Perlbal/XS/HTTPHeaders/autosplit.ix
/usr/share/doc/perl-Perlbal-XS-HTTPHeaders
/usr/share/doc/perl-Perlbal-XS-HTTPHeaders/Changes
/usr/share/doc/perl-Perlbal-XS-HTTPHeaders/README
/usr/share/man/man3/Perlbal::XS::HTTPHeaders.3pm.gz

References

Summary

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