How to Install and Uninstall perl-HTTP-Parser Package on openSUSE Leap

Last updated: December 26,2024

1. Install "perl-HTTP-Parser" package

Please follow the step by step instructions below to install perl-HTTP-Parser on openSUSE Leap

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

2. Uninstall "perl-HTTP-Parser" package

This is a short guide on how to uninstall perl-HTTP-Parser on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Parser

3. Information about the perl-HTTP-Parser package on openSUSE Leap

Information for package perl-HTTP-Parser:
-----------------------------------------
Repository : Main Repository
Name : perl-HTTP-Parser
Version : 0.06-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 16.5 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Parser-0.06-bp155.1.4.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.