How to Install and Uninstall perl-HTTP-Tiny Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-HTTP-Tiny" package

Please follow the instructions below to install perl-HTTP-Tiny on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Tiny

2. Uninstall "perl-HTTP-Tiny" package

Please follow the steps below to uninstall perl-HTTP-Tiny on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Tiny

3. Information about the perl-HTTP-Tiny package on openSUSE Leap

Information for package perl-HTTP-Tiny:
---------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-HTTP-Tiny
Version : 0.086-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 150.9 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Tiny-0.086-bp155.3.3.1.src
Upstream URL : https://metacpan.org/release/HTTP-Tiny
Summary : Small, simple, correct HTTP/1.1 client
Description :
This is a very simple HTTP/1.1 client, designed for doing simple requests
without the overhead of a large framework like LWP::UserAgent.
It is more correct and more complete than HTTP::Lite. It supports proxies
and redirection. It also correctly resumes after EINTR.
If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
instead of IO::Socket::INET for transparent support for both IPv4 and IPv6.
Cookie support requires HTTP::CookieJar or an equivalent class.