How to Install and Uninstall perl-HTTP-Parser Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-HTTP-Parser" package

Please follow the guidance below to install perl-HTTP-Parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Parser

2. Uninstall "perl-HTTP-Parser" package

This guide let you learn how to uninstall perl-HTTP-Parser on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Parser

3. Information about the perl-HTTP-Parser package on openSuSE Tumbleweed

Information for package perl-HTTP-Parser:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Parser
Version : 0.06-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 16.3 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Parser-0.06-1.15.src
Upstream URL : https://metacpan.org/release/HTTP-Parser
Summary : Parse HTTP/1.1 request into HTTP::Request/Response object
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 chunking is supported. It dies
if it finds an error.