How to Install and Uninstall perl-HTTP-Tiny.noarch Package on Amazon Linux 2

Last updated: February 05,2025

1. Install "perl-HTTP-Tiny.noarch" package

Learn how to install perl-HTTP-Tiny.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-HTTP-Tiny.noarch

2. Uninstall "perl-HTTP-Tiny.noarch" package

Please follow the instructions below to uninstall perl-HTTP-Tiny.noarch on Amazon Linux 2:

$ sudo yum remove perl-HTTP-Tiny.noarch $ sudo yum autoremove

3. Information about the perl-HTTP-Tiny.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-HTTP-Tiny
Arch : noarch
Version : 0.033
Release : 3.amzn2
Size : 95 k
Repo : installed
From repo : amzn2-core
Summary : Small, simple, correct HTTP/1.1 client
URL : http://search.cpan.org/dist/HTTP-Tiny/
License : GPL+ or Artistic
Description : This is a very simple HTTP/1.1 client, designed for doing simple
: GET requests without the overhead of a large framework like
: LWP::UserAgent.
:
: It is more correct and more complete than HTTP::Lite. It supports
: proxies (currently only non-authenticating ones) and redirection.
: It also correctly resumes after EINTR.