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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-HTTP-Parser.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-HTTP-Parser.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:27:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-HTTP-Parser
Version : 0.06
Release : 28.fc34
Architecture : noarch
Size : 17 k
Source : perl-HTTP-Parser-0.06-28.fc34.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.