How To Install python3-httpcore on Fedora 36

In this tutorial we learn how to install python3-httpcore in Fedora 36. python3-httpcore is Minimal low-level HTTP client

Introduction

In this tutorial we learn how to install python3-httpcore on Fedora 36.

What is python3-httpcore

The HTTP Core package provides a minimal low-level HTTP client, which does one thing only model abstractions over the API, does not handle redirects, multipart uploads, building authentication headers, transparent HTTP caching, URL parsing, etc.

We can use yum or dnf to install python3-httpcore on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-httpcore.

Install python3-httpcore on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-httpcore using dnf by running the following command:

sudo dnf -y install python3-httpcore

Install python3-httpcore on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-httpcore using yum by running the following command:

sudo yum -y install python3-httpcore

How To Uninstall python3-httpcore on Fedora 36

To uninstall only the python3-httpcore package we can use the following command:

sudo dnf remove python3-httpcore

python3-httpcore Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/httpcore
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info/LICENSE.md
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info/METADATA
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info/WHEEL
/usr/lib/python3.10/site-packages/httpcore-0.14.7.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/httpcore/__init__.py
/usr/lib/python3.10/site-packages/httpcore/__pycache__
/usr/lib/python3.10/site-packages/httpcore/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_models.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_ssl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_ssl.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_synchronization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_synchronization.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_trace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_trace.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_api.py
/usr/lib/python3.10/site-packages/httpcore/_async
/usr/lib/python3.10/site-packages/httpcore/_async/__init__.py
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http11.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http11.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http2.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/interfaces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/interfaces.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_async/connection.py
/usr/lib/python3.10/site-packages/httpcore/_async/connection_pool.py
/usr/lib/python3.10/site-packages/httpcore/_async/http11.py
/usr/lib/python3.10/site-packages/httpcore/_async/http2.py
/usr/lib/python3.10/site-packages/httpcore/_async/http_proxy.py
/usr/lib/python3.10/site-packages/httpcore/_async/interfaces.py
/usr/lib/python3.10/site-packages/httpcore/_async/socks_proxy.py
/usr/lib/python3.10/site-packages/httpcore/_compat.py
/usr/lib/python3.10/site-packages/httpcore/_exceptions.py
/usr/lib/python3.10/site-packages/httpcore/_models.py
/usr/lib/python3.10/site-packages/httpcore/_ssl.py
/usr/lib/python3.10/site-packages/httpcore/_sync
/usr/lib/python3.10/site-packages/httpcore/_sync/__init__.py
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http11.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http11.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http2.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/_sync/connection.py
/usr/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py
/usr/lib/python3.10/site-packages/httpcore/_sync/http11.py
/usr/lib/python3.10/site-packages/httpcore/_sync/http2.py
/usr/lib/python3.10/site-packages/httpcore/_sync/http_proxy.py
/usr/lib/python3.10/site-packages/httpcore/_sync/interfaces.py
/usr/lib/python3.10/site-packages/httpcore/_sync/socks_proxy.py
/usr/lib/python3.10/site-packages/httpcore/_synchronization.py
/usr/lib/python3.10/site-packages/httpcore/_trace.py
/usr/lib/python3.10/site-packages/httpcore/_utils.py
/usr/lib/python3.10/site-packages/httpcore/backends
/usr/lib/python3.10/site-packages/httpcore/backends/__init__.py
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/asyncio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/asyncio.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/auto.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/auto.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/mock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/mock.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/trio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/__pycache__/trio.cpython-310.pyc
/usr/lib/python3.10/site-packages/httpcore/backends/asyncio.py
/usr/lib/python3.10/site-packages/httpcore/backends/auto.py
/usr/lib/python3.10/site-packages/httpcore/backends/base.py
/usr/lib/python3.10/site-packages/httpcore/backends/mock.py
/usr/lib/python3.10/site-packages/httpcore/backends/sync.py
/usr/lib/python3.10/site-packages/httpcore/backends/trio.py
/usr/lib/python3.10/site-packages/httpcore/py.typed
/usr/share/doc/python3-httpcore
/usr/share/doc/python3-httpcore/README.md
/usr/share/licenses/python3-httpcore
/usr/share/licenses/python3-httpcore/LICENSE.md

References

Summary

In this tutorial we learn how to install python3-httpcore on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).