How to Install and Uninstall perl-HTTP-Tiny.src Package on Oracle Linux 8

Last updated: July 01,2024

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

Learn how to install perl-HTTP-Tiny.src on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-HTTP-Tiny.src on Oracle Linux 8:

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

3. Information about the perl-HTTP-Tiny.src package on Oracle Linux 8

Last metadata expiration check: 3:31:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-HTTP-Tiny
Version : 0.078
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 87 k
Source : None
Repository : ol8_appstream
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.