How to Install and Uninstall python3-httpcore.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: March 01,2025

1. Install "python3-httpcore.noarch" package

This tutorial shows how to install python3-httpcore.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-httpcore.noarch" package

Please follow the step by step instructions below to uninstall python3-httpcore.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-httpcore.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:55:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-httpcore
Version : 0.15.0
Release : 1.el9
Architecture : noarch
Size : 90 k
Source : python-httpcore-0.15.0-1.el9.src.rpm
Repository : epel
Summary : Minimal low-level HTTP client
URL : https://github.com/encode/httpcore
License : BSD
Description : The HTTP Core package provides a minimal low-level HTTP client, which does
: one thing only: Sending HTTP requests. It does not provide any high level
: model abstractions over the API, does not handle redirects, multipart uploads,
: building authentication headers, transparent HTTP caching, URL parsing, etc.