How to Install and Uninstall python3-httpcore.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-httpcore.noarch" package

Please follow the guidelines below to install python3-httpcore.noarch on Fedora 34

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

2. Uninstall "python3-httpcore.noarch" package

Please follow the instructions below to uninstall python3-httpcore.noarch on Fedora 34:

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

3. Information about the python3-httpcore.noarch package on Fedora 34

Last metadata expiration check: 4:31:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-httpcore
Version : 0.12.3
Release : 1.fc34
Architecture : noarch
Size : 81 k
Source : python-httpcore-0.12.3-1.fc34.src.rpm
Repository : fedora
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.