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

Last updated: April 27,2024

1. Install "perl-HTTP-Thin" package

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

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

2. Uninstall "perl-HTTP-Thin" package

Here is a brief guide to show you how to uninstall perl-HTTP-Thin on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Thin

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

Information for package perl-HTTP-Thin:
---------------------------------------
Repository : Main Repository
Name : perl-HTTP-Thin
Version : 0.006-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 26.5 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Thin-0.006-bp155.2.8.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.