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

Last updated: May 20,2024

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

Learn how to install perl-HTTP-Entity-Parser on openSUSE Leap

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

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

Please follow the guidance below to uninstall perl-HTTP-Entity-Parser on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Entity-Parser

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

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