How to Install and Uninstall python3-h2.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-h2.noarch" package

Please follow the instructions below to install python3-h2.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the python3-h2.noarch package on Rocky Linux 8

Last metadata expiration check: 1:09:19 ago on Mon Sep 12 10:27:18 2022.
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.