How to Install and Uninstall perl-HTTP-Tiny.noarch Package on CentOS 7 / RHEL 7

Last updated: May 07,2024

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

Please follow the steps below to install perl-HTTP-Tiny.noarch on CentOS 7 / RHEL 7

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

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

Please follow the step by step instructions below to uninstall perl-HTTP-Tiny.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-HTTP-Tiny.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-HTTP-Tiny
Arch : noarch
Version : 0.033
Release : 3.el7
Size : 95 k
Repo : installed
From repo : anaconda
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.