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

Last updated: July 08,2024

1. Install "perl-HTTP-Entity-Parser" package

Please follow the steps below to install perl-HTTP-Entity-Parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Entity-Parser

2. Uninstall "perl-HTTP-Entity-Parser" package

Please follow the instructions below to uninstall perl-HTTP-Entity-Parser on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Entity-Parser

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

Information for package perl-HTTP-Entity-Parser:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Entity-Parser
Version : 0.25-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 47.2 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Entity-Parser-0.25-1.16.src
Upstream URL : https://metacpan.org/release/HTTP-Entity-Parser
Summary : PSGI compliant HTTP Entity Parser
Description :
HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module
also is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entities from PSGI's environment '$env->{'psgi.input'}' and
parses it. This module supports application/x-www-form-urlencoded,
multipart/form-data and application/json.