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

Last updated: November 29,2024

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

This is a short guide on how to install perl-HTTP-Parser.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall perl-HTTP-Parser.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:40:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-HTTP-Parser
Version : 0.06
Release : 34.fc38
Architecture : noarch
Size : 17 k
Source : perl-HTTP-Parser-0.06-34.fc38.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.