How To Install perl-HTTP-Link-Parser on Fedora 36

In this tutorial we learn how to install perl-HTTP-Link-Parser in Fedora 36. perl-HTTP-Link-Parser is Parse HTTP Link headers

Introduction

In this tutorial we learn how to install perl-HTTP-Link-Parser on Fedora 36.

HTTP object. Headers should conform to the format described in RFC 5988.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTTP-Link-Parser using dnf by running the following command:

sudo dnf -y install perl-HTTP-Link-Parser

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTTP-Link-Parser using yum by running the following command:

sudo yum -y install perl-HTTP-Link-Parser

To uninstall only the perl-HTTP-Link-Parser package we can use the following command:

sudo dnf remove perl-HTTP-Link-Parser
/usr/share/doc/perl-HTTP-Link-Parser
/usr/share/doc/perl-HTTP-Link-Parser/CONTRIBUTING
/usr/share/doc/perl-HTTP-Link-Parser/COPYRIGHT
/usr/share/doc/perl-HTTP-Link-Parser/CREDITS
/usr/share/doc/perl-HTTP-Link-Parser/Changes
/usr/share/doc/perl-HTTP-Link-Parser/README
/usr/share/licenses/perl-HTTP-Link-Parser
/usr/share/licenses/perl-HTTP-Link-Parser/LICENSE
/usr/share/man/man3/HTTP::Link::Parser.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Link
/usr/share/perl5/vendor_perl/HTTP/Link/Parser.pm

References

Summary

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