How to Install and Uninstall perl-HTTP-Tiny Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-HTTP-Tiny" package

In this section, we are going to explain the necessary steps to install perl-HTTP-Tiny on openSuSE Tumbleweed

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

2. Uninstall "perl-HTTP-Tiny" package

Please follow the guidance below to uninstall perl-HTTP-Tiny on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Tiny

3. Information about the perl-HTTP-Tiny package on openSuSE Tumbleweed

Information for package perl-HTTP-Tiny:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Tiny
Version : 0.88.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 150.7 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Tiny-0.88.0-2.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.