How to Install and Uninstall python310-python-jose Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python310-python-jose" package

Please follow the instructions below to install python310-python-jose on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-python-jose

2. Uninstall "python310-python-jose" package

Please follow the guidelines below to uninstall python310-python-jose on openSuSE Tumbleweed:

$ sudo zypper remove python310-python-jose

3. Information about the python310-python-jose package on openSuSE Tumbleweed

Information for package python310-python-jose:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-jose
Version : 3.3.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 205.6 KiB
Installed : No
Status : not installed
Source package : python-python-jose-3.3.0-2.6.src
Upstream URL : https://github.com/mpdavis/python-jose
Summary : JOSE implementation in Python
Description :
A JavaScript Object Signing and Encryption (JOSE) technologies
implementation in Python.
python-jose implements different cryptographic backends.
Consuming python packages must select the backend as an extra
when installing python-jose. RPM packages must select the
corresponding rpm subpackage. If no backend is selected, the
main package uses the native-python backend.