How To Install perl-HTTP-Thin on Fedora 36

In this tutorial we learn how to install perl-HTTP-Thin in Fedora 36. perl-HTTP-Thin is Thin Wrapper around HTTP

Introduction

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

What is perl-HTTP-Thin

HTTP in HTTP

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

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

sudo dnf -y install perl-HTTP-Thin

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

sudo yum -y install perl-HTTP-Thin

How To Uninstall perl-HTTP-Thin on Fedora 36

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

sudo dnf remove perl-HTTP-Thin

perl-HTTP-Thin Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Thin
/usr/share/doc/perl-HTTP-Thin/CHANGES
/usr/share/doc/perl-HTTP-Thin/README
/usr/share/doc/perl-HTTP-Thin/ex
/usr/share/doc/perl-HTTP-Thin/ex/simple.pl
/usr/share/licenses/perl-HTTP-Thin
/usr/share/licenses/perl-HTTP-Thin/LICENSE
/usr/share/man/man3/HTTP::Thin.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Thin.pm

References

Summary

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