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

Last updated: July 05,2024

1. Install "python311-python-jose" package

Learn how to install python311-python-jose on openSuSE Tumbleweed

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

2. Uninstall "python311-python-jose" package

Please follow the guidance below to uninstall python311-python-jose on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-jose

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

Information for package python311-python-jose:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-jose
Version : 3.3.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 267.0 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.