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

Last updated: July 01,2024

1. Install "perl-HTTP-Body" package

This is a short guide on how to install perl-HTTP-Body on openSuSE Tumbleweed

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

2. Uninstall "perl-HTTP-Body" package

Please follow the step by step instructions below to uninstall perl-HTTP-Body on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Body

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

Information for package perl-HTTP-Body:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Body
Version : 1.22-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Body-1.22-1.29.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.