How To Install python3-httpcore on Rocky Linux 8

In this tutorial we learn how to install python3-httpcore on Rocky Linux 8. python3-httpcore is Minimal low-level HTTP client

Introduction

In this tutorial we learn how to install python3-httpcore on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-httpcore.

Install python3-httpcore on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove python3-httpcore

python3-httpcore Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/httpcore
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/httpcore-0.12.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/httpcore/__init__.py
/usr/lib/python3.6/site-packages/httpcore/__pycache__
/usr/lib/python3.6/site-packages/httpcore/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_bytestreams.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_bytestreams.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_threadlock.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_threadlock.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/__pycache__/_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async
/usr/lib/python3.6/site-packages/httpcore/_async/__init__.py
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http11.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http11.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http2.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_async/base.py
/usr/lib/python3.6/site-packages/httpcore/_async/connection.py
/usr/lib/python3.6/site-packages/httpcore/_async/connection_pool.py
/usr/lib/python3.6/site-packages/httpcore/_async/http.py
/usr/lib/python3.6/site-packages/httpcore/_async/http11.py
/usr/lib/python3.6/site-packages/httpcore/_async/http2.py
/usr/lib/python3.6/site-packages/httpcore/_async/http_proxy.py
/usr/lib/python3.6/site-packages/httpcore/_backends
/usr/lib/python3.6/site-packages/httpcore/_backends/__init__.py
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/anyio.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/anyio.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/asyncio.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/asyncio.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/auto.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/auto.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/curio.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/curio.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/sync.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/sync.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/trio.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/__pycache__/trio.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_backends/anyio.py
/usr/lib/python3.6/site-packages/httpcore/_backends/asyncio.py
/usr/lib/python3.6/site-packages/httpcore/_backends/auto.py
/usr/lib/python3.6/site-packages/httpcore/_backends/base.py
/usr/lib/python3.6/site-packages/httpcore/_backends/curio.py
/usr/lib/python3.6/site-packages/httpcore/_backends/sync.py
/usr/lib/python3.6/site-packages/httpcore/_backends/trio.py
/usr/lib/python3.6/site-packages/httpcore/_bytestreams.py
/usr/lib/python3.6/site-packages/httpcore/_exceptions.py
/usr/lib/python3.6/site-packages/httpcore/_sync
/usr/lib/python3.6/site-packages/httpcore/_sync/__init__.py
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http11.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http11.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http2.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-36.pyc
/usr/lib/python3.6/site-packages/httpcore/_sync/base.py
/usr/lib/python3.6/site-packages/httpcore/_sync/connection.py
/usr/lib/python3.6/site-packages/httpcore/_sync/connection_pool.py
/usr/lib/python3.6/site-packages/httpcore/_sync/http.py
/usr/lib/python3.6/site-packages/httpcore/_sync/http11.py
/usr/lib/python3.6/site-packages/httpcore/_sync/http2.py
/usr/lib/python3.6/site-packages/httpcore/_sync/http_proxy.py
/usr/lib/python3.6/site-packages/httpcore/_threadlock.py
/usr/lib/python3.6/site-packages/httpcore/_types.py
/usr/lib/python3.6/site-packages/httpcore/_utils.py
/usr/lib/python3.6/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 Rocky Linux 8 using yum and dnf.