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

Last updated: September 28,2024

1. Install "perl-HTTP-Body" package

Learn how to install perl-HTTP-Body on openSUSE Leap

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

2. Uninstall "perl-HTTP-Body" package

This tutorial shows how to uninstall perl-HTTP-Body on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Body

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

Information for package perl-HTTP-Body:
---------------------------------------
Repository : Main Repository
Name : perl-HTTP-Body
Version : 1.22-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 55.2 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Body-1.22-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/HTTP-Body/
Summary : HTTP Body Parser
Description :
HTTP::Body parses chunks of HTTP POST data and supports
application/octet-stream, application/json,
application/x-www-form-urlencoded, and multipart/form-data.
Chunked bodies are supported by not passing a length value to new().
It is currently used by the Catalyst manpage to parse POST bodies.