How To Install python3-coreschema on Rocky Linux 8

In this tutorial we learn how to install python3-coreschema on Rocky Linux 8. python3-coreschema is Core Schema

Introduction

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

What is python3-coreschema

Core Schema. Python 3 version.

We can use yum or dnf to install python3-coreschema on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-coreschema.

Install python3-coreschema 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-coreschema using dnf by running the following command:

sudo dnf -y install python3-coreschema

Install python3-coreschema 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-coreschema using yum by running the following command:

sudo yum -y install python3-coreschema

How To Uninstall python3-coreschema on Rocky Linux 8

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

sudo dnf remove python3-coreschema

python3-coreschema Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/coreschema
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/coreschema-0.0.4-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/coreschema/__init__.py
/usr/lib/python3.6/site-packages/coreschema/__pycache__
/usr/lib/python3.6/site-packages/coreschema/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/formats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/formats.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/schemas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/schemas.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/compat.py
/usr/lib/python3.6/site-packages/coreschema/encodings
/usr/lib/python3.6/site-packages/coreschema/encodings/__init__.py
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/corejson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/corejson.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/html.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/html.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/jsonschema.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/__pycache__/jsonschema.cpython-36.pyc
/usr/lib/python3.6/site-packages/coreschema/encodings/corejson.py
/usr/lib/python3.6/site-packages/coreschema/encodings/html.py
/usr/lib/python3.6/site-packages/coreschema/encodings/jsonschema.py
/usr/lib/python3.6/site-packages/coreschema/formats.py
/usr/lib/python3.6/site-packages/coreschema/schemas.py
/usr/lib/python3.6/site-packages/coreschema/templates
/usr/lib/python3.6/site-packages/coreschema/templates/base.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/form.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs/checkbox.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs/input.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs/select.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs/select_multiple.html
/usr/lib/python3.6/site-packages/coreschema/templates/bootstrap3/inputs/textarea.html
/usr/lib/python3.6/site-packages/coreschema/templates/form.html
/usr/lib/python3.6/site-packages/coreschema/utils.py

References

Summary

In this tutorial we learn how to install python3-coreschema on Rocky Linux 8 using yum and dnf.