How To Install python3-josepy on Fedora 36

In this tutorial we learn how to install python3-josepy in Fedora 36. python3-josepy is JOSE protocol implementation in Python

Introduction

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

What is python3-josepy

JOSE protocol implementation in Python using cryptography. This is the Python 3 version of the package.

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

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

sudo dnf -y install python3-josepy

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

sudo yum -y install python3-josepy

How To Uninstall python3-josepy on Fedora 36

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

sudo dnf remove python3-josepy

python3-josepy Package Contents on Fedora 36

/usr/bin/jws
/usr/lib/python3.10/site-packages/josepy
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/josepy-1.13.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/josepy/__init__.py
/usr/lib/python3.10/site-packages/josepy/__pycache__
/usr/lib/python3.10/site-packages/josepy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/b64.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/b64.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/interfaces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/interfaces.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/json_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/json_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jwa.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jwa.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jwk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jwk.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jws.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/jws.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/magic_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/magic_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/josepy/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/josepy/b64.py
/usr/lib/python3.10/site-packages/josepy/errors.py
/usr/lib/python3.10/site-packages/josepy/interfaces.py
/usr/lib/python3.10/site-packages/josepy/json_util.py
/usr/lib/python3.10/site-packages/josepy/jwa.py
/usr/lib/python3.10/site-packages/josepy/jwk.py
/usr/lib/python3.10/site-packages/josepy/jws.py
/usr/lib/python3.10/site-packages/josepy/magic_typing.py
/usr/lib/python3.10/site-packages/josepy/py.typed
/usr/lib/python3.10/site-packages/josepy/util.py
/usr/share/doc/python3-josepy
/usr/share/doc/python3-josepy/README.rst
/usr/share/licenses/python3-josepy
/usr/share/licenses/python3-josepy/LICENSE.txt

References

Summary

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