How To Install python3-jschema-to-python on Fedora 36
Introduction
In this tutorial we learn how to install python3-jschema-to-python
on Fedora 36.
What is python3-jschema-to-python
Generate source code for Python classes from a JSON schema.
We can use yum
or dnf
to install python3-jschema-to-python
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-jschema-to-python.
Install python3-jschema-to-python 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-jschema-to-python
using dnf
by running the following command:
sudo dnf -y install python3-jschema-to-python
Install python3-jschema-to-python 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-jschema-to-python
using yum
by running the following command:
sudo yum -y install python3-jschema-to-python
How To Uninstall python3-jschema-to-python on Fedora 36
To uninstall only the python3-jschema-to-python
package we can use the following command:
sudo dnf remove python3-jschema-to-python
python3-jschema-to-python Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/jschema_to_python
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/AUTHORS
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/LICENSE
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/jschema_to_python-1.2.3.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/jschema_to_python/__init__.py
/usr/lib/python3.10/site-packages/jschema_to_python/__main__.py
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/class_generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/class_generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/driver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/driver.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/init_file_generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/init_file_generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/object_model_module_generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/object_model_module_generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/python_file_generator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/python_file_generator.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/to_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/to_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/utilities.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/__pycache__/utilities.cpython-310.pyc
/usr/lib/python3.10/site-packages/jschema_to_python/class_generator.py
/usr/lib/python3.10/site-packages/jschema_to_python/driver.py
/usr/lib/python3.10/site-packages/jschema_to_python/init_file_generator.py
/usr/lib/python3.10/site-packages/jschema_to_python/object_model_module_generator.py
/usr/lib/python3.10/site-packages/jschema_to_python/python_file_generator.py
/usr/lib/python3.10/site-packages/jschema_to_python/to_json.py
/usr/lib/python3.10/site-packages/jschema_to_python/utilities.py
/usr/share/doc/python3-jschema-to-python
/usr/share/doc/python3-jschema-to-python/CODE_OF_CONDUCT.md
/usr/share/doc/python3-jschema-to-python/README.rst
/usr/share/doc/python3-jschema-to-python/SECURITY.md
References
Summary
In this tutorial we learn how to install python3-jschema-to-python
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).