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

Last updated: October 08,2024

1. Install "python3-httpcore.noarch" package

In this section, we are going to explain the necessary steps to install python3-httpcore.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-httpcore.noarch" package

This guide covers the steps necessary to uninstall python3-httpcore.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:53:25 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-httpcore
Version : 0.12.2
Release : 1.el8
Architecture : noarch
Size : 82 k
Source : python-httpcore-0.12.2-1.el8.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.