How to Install and Uninstall python3-h2.noarch Package on CentOS 8 / RHEL 8

Last updated: October 08,2024

1. Install "python3-h2.noarch" package

Please follow the guidelines below to install python3-h2.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-h2.noarch" package

Here is a brief guide to show you how to uninstall python3-h2.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-h2.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:53:02 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-h2
Version : 3.1.0
Release : 3.el8.1
Architecture : noarch
Size : 98 k
Source : python-h2-3.1.0-3.el8.1.src.rpm
Repository : epel
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.