How To Install perl-HTTP-Tiny.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-HTTP-Tiny.noarch in Amazon Linux 2. perl-HTTP-Tiny.noarch is Small, simple, correct HTTP/1.1 client

Introduction

In this tutorial we learn how to install perl-HTTP-Tiny.noarch on Amazon Linux 2.

What is perl-HTTP-Tiny.noarch

This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP It is more correct and more complete than HTTP proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.

We can use yum to install perl-HTTP-Tiny.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTTP-Tiny.noarch.

Install perl-HTTP-Tiny.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTTP-Tiny.noarch using yum by running the following command:

sudo yum -y install perl-HTTP-Tiny.noarch

How To Uninstall perl-HTTP-Tiny.noarch on Amazon Linux 2

To uninstall only the perl-HTTP-Tiny.noarch package we can use the following command:

sudo yum remove perl-HTTP-Tiny.noarch

perl-HTTP-Tiny.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-HTTP-Tiny-0.033
/usr/share/doc/perl-HTTP-Tiny-0.033/CONTRIBUTING
/usr/share/doc/perl-HTTP-Tiny-0.033/Changes
/usr/share/doc/perl-HTTP-Tiny-0.033/LICENSE
/usr/share/doc/perl-HTTP-Tiny-0.033/README
/usr/share/doc/perl-HTTP-Tiny-0.033/eg
/usr/share/doc/perl-HTTP-Tiny-0.033/eg/get.pl
/usr/share/doc/perl-HTTP-Tiny-0.033/eg/mirror.pl
/usr/share/doc/perl-HTTP-Tiny-0.033/eg/post.pl
/usr/share/man/man3/HTTP::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Tiny.pm

References

Summary

In this tutorial we learn how to install perl-HTTP-Tiny.noarch on Amazon Linux 2 using yum.