How To Install perl-libwhisker2 on Fedora 36

In this tutorial we learn how to install perl-libwhisker2 in Fedora 36. perl-libwhisker2 is Perl module geared specifically for HTTP testing

Introduction

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

What is perl-libwhisker2

Libwhisker is a Perl library useful for HTTP testing scripts. It contains a pure-Perl implementation of functionality found in the LWP, URI, Digest HTML Libwhisker is designed to be portable (a single perl file), fast (general benchmarks show libwhisker is faster than LWP), and flexible (great care was taken to ensure the library does exactly what you want to do, even if it means breaking the protocol).

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

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

sudo dnf -y install perl-libwhisker2

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

sudo yum -y install perl-libwhisker2

How To Uninstall perl-libwhisker2 on Fedora 36

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

sudo dnf remove perl-libwhisker2

perl-libwhisker2 Package Contents on Fedora 36

/usr/share/doc/perl-libwhisker2
/usr/share/doc/perl-libwhisker2/CHANGES
/usr/share/doc/perl-libwhisker2/KNOWNBUGS
/usr/share/doc/perl-libwhisker2/README
/usr/share/licenses/perl-libwhisker2
/usr/share/licenses/perl-libwhisker2/LICENSE
/usr/share/man/man3/LW2.3pm.gz
/usr/share/perl5/vendor_perl/LW.pm
/usr/share/perl5/vendor_perl/LW2.pm

References

Summary

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