How to Install and Uninstall perl-HTTP-Tiny.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

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

In this section, we are going to explain the necessary steps to install perl-HTTP-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-HTTP-Tiny.noarch

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

This is a short guide on how to uninstall perl-HTTP-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-HTTP-Tiny.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:31:27 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : perl-HTTP-Tiny
Version : 0.074
Release : 2.el8
Architecture : noarch
Size : 146 k
Source : perl-HTTP-Tiny-0.074-2.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
Summary : Small, simple, correct HTTP/1.1 client
URL : https://metacpan.org/release/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.