How To Install python3-coreschema on Fedora 36

In this tutorial we learn how to install python3-coreschema in Fedora 36. python3-coreschema is Core Schema

Introduction

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

What is python3-coreschema

Core Schema. Python 3 version.

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

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

sudo dnf -y install python3-coreschema

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

sudo yum -y install python3-coreschema

How To Uninstall python3-coreschema on Fedora 36

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

sudo dnf remove python3-coreschema

python3-coreschema Package Contents on Fedora 36

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

References

Summary

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