How to Install and Uninstall perl-Protocol-HTTP2.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-Protocol-HTTP2.noarch" package

In this section, we are going to explain the necessary steps to install perl-Protocol-HTTP2.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Protocol-HTTP2.noarch

2. Uninstall "perl-Protocol-HTTP2.noarch" package

Please follow the steps below to uninstall perl-Protocol-HTTP2.noarch on Fedora 36:

$ sudo dnf remove perl-Protocol-HTTP2.noarch $ sudo dnf autoremove

3. Information about the perl-Protocol-HTTP2.noarch package on Fedora 36

Last metadata expiration check: 4:56:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Protocol-HTTP2
Version : 1.10
Release : 8.fc36
Architecture : noarch
Size : 64 k
Source : perl-Protocol-HTTP2-1.10-8.fc36.src.rpm
Repository : fedora
Summary : HTTP/2 protocol implementation (RFC 7540)
URL : https://metacpan.org/release/Protocol-HTTP2
License : GPL+ or Artistic
Description : Protocol::HTTP2 is Perl HTTP/2 protocol implementation (RFC 7540) 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.