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

Last updated: October 07,2024

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

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

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

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

This is a short guide on how to uninstall perl-HTTP-Tiny.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:10:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-HTTP-Tiny
Version : 0.076
Release : 461.el9
Architecture : src
Size : 93 k
Source : None
Repository : ol9_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.