How to Install and Uninstall perl-Protocol-HTTP2 Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "perl-Protocol-HTTP2" package

Here is a brief guide to show you how to install perl-Protocol-HTTP2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Protocol-HTTP2

2. Uninstall "perl-Protocol-HTTP2" package

Please follow the step by step instructions below to uninstall perl-Protocol-HTTP2 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Protocol-HTTP2

3. Information about the perl-Protocol-HTTP2 package on openSuSE Tumbleweed

Information for package perl-Protocol-HTTP2:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Protocol-HTTP2
Version : 1.10-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 166.5 KiB
Installed : No
Status : not installed
Source package : perl-Protocol-HTTP2-1.10-2.4.src
Upstream URL : https://metacpan.org/release/Protocol-HTTP2
Summary : HTTP/2 protocol implementation (RFC 7540)
Description :
Protocol::HTTP2 is HTTP/2 protocol implementation (at
https://tools.ietf.org/html/rfc7540) with stateful decoders/encoders of
HTTP/2 frames. You may use this module to implement your own HTTP/2
client/server/intermediate on top of your favorite event loop over plain or
tls socket (see examples).