How to Install and Uninstall perl-HTTP-Entity-Parser.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

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

Please follow the guidance below to install perl-HTTP-Entity-Parser.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-HTTP-Entity-Parser.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-HTTP-Entity-Parser.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-HTTP-Entity-Parser.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Entity-Parser.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:01:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-HTTP-Entity-Parser
Version : 0.21
Release : 2.el8
Architecture : noarch
Size : 36 k
Source : perl-HTTP-Entity-Parser-0.21-2.el8.src.rpm
Repository : epel
Summary : PSGI compliant HTTP Entity Parser
URL : https://metacpan.org/release/HTTP-Entity-Parser
License : GPL+ or Artistic
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.