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

Last updated: May 20,2024

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

This tutorial shows how to install perl-Protocol-HTTP2.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall perl-Protocol-HTTP2.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:46:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Protocol-HTTP2
Version : 1.10
Release : 11.fc38
Architecture : noarch
Size : 68 k
Source : perl-Protocol-HTTP2-1.10-11.fc38.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.