How to Install and Uninstall perl-HTTP-Parser.noarch Package on Fedora 36

Last updated: January 13,2025

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

Please follow the guidance below to install perl-HTTP-Parser.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-HTTP-Parser.noarch on Fedora 36:

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

3. Information about the perl-HTTP-Parser.noarch package on Fedora 36

Last metadata expiration check: 2:51:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-HTTP-Parser
Version : 0.06
Release : 31.fc36
Architecture : noarch
Size : 17 k
Source : perl-HTTP-Parser-0.06-31.fc36.src.rpm
Repository : fedora
Summary : Parse HTTP/1.1 request into HTTP::Request/Response object
URL : https://metacpan.org/release/HTTP-Parser
License : GPL+ or Artistic
Description : This is an HTTP request parser. It takes chunks of text as received and
: returns a 'hint' as to what is required, or returns the HTTP::Request when
: a complete request has been read. HTTP/1.1 chunked transfer encoding is
: supported. It dies if it finds an error.