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

Last updated: May 18,2024

1. Install "python39-python-jose" package

Please follow the guidance below to install python39-python-jose on openSuSE Tumbleweed

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

2. Uninstall "python39-python-jose" package

In this section, we are going to explain the necessary steps to uninstall python39-python-jose on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-jose

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

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