How to Install and Uninstall python3-h2.noarch Package on Oracle Linux 9

Last updated: September 27,2024

1. Install "python3-h2.noarch" package

Here is a brief guide to show you how to install python3-h2.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-h2.noarch package on Oracle Linux 9

Last metadata expiration check: 2:18:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-h2
Version : 4.1.0
Release : 4.el9
Architecture : noarch
Size : 89 k
Source : python-h2-4.1.0-4.el9.src.rpm
Repository : epel
Summary : HTTP/2 State-Machine based protocol implementation
URL : https://hyper-h2.readthedocs.io
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.