How to Install and Uninstall python3-h2.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "python3-h2.noarch" package

Please follow the instructions below to install python3-h2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-h2.noarch

2. Uninstall "python3-h2.noarch" package

Please follow the step by step instructions below to uninstall python3-h2.noarch on Fedora 34:

$ sudo dnf remove python3-h2.noarch $ sudo dnf autoremove

3. Information about the python3-h2.noarch package on Fedora 34

Last metadata expiration check: 1:09:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-h2
Version : 4.0.0
Release : 2.fc34
Architecture : noarch
Size : 89 k
Source : python-h2-4.0.0-2.fc34.src.rpm
Repository : fedora
Summary : HTTP/2 State-Machine based protocol implementation
URL : http://hyper.rtfd.org
License : MIT
Description :
: HTTP/2 Protocol Stack This repository contains a pure-Python
: implementation of a HTTP/2 protocol stack. It's written from the ground up to
: be embeddable in whatever program you choose to use, ensuring that you can
: speak HTTP/2 regardless of your programming paradigm.