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

Last updated: October 05,2024

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

Please follow the instructions below to install perl-HTTP-Parser.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-HTTP-Parser.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:13:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-HTTP-Parser
Version : 0.06
Release : 30.fc35
Architecture : noarch
Size : 17 k
Source : perl-HTTP-Parser-0.06-30.fc35.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.