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

Last updated: May 19,2024

1. Install "perl-HTTP-Thin" package

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

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

2. Uninstall "perl-HTTP-Thin" package

This guide let you learn how to uninstall perl-HTTP-Thin on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Thin

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

Information for package perl-HTTP-Thin:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Thin
Version : 0.006-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 26.2 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Thin-0.006-3.29.src
Upstream URL : http://search.cpan.org/dist/HTTP-Thin/
Summary : A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
Description :
WARNING: This module is untested beyond the very basics. The implementation
is simple enough that it shouldn't do evil things but, yeah it's still not
approved for use by small children.
'HTTP::Thin' is a thin wrapper around the HTTP::Tiny manpage adding the
ability to pass in the HTTP::Request manpage objects and get back the
HTTP::Response manpage objects. The maintainers of the HTTP::Tiny manpage,
justifiably, don't want to have to maintain compatibility but many other
projects already consume the the HTTP::Message manpage objects. This is
just glue code doing what it does best.