How to Install and Uninstall python3-jwcrypto Package on openSUSE Leap

Last updated: April 28,2024

1. Install "python3-jwcrypto" package

In this section, we are going to explain the necessary steps to install python3-jwcrypto on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jwcrypto

2. Uninstall "python3-jwcrypto" package

Please follow the steps below to uninstall python3-jwcrypto on openSUSE Leap:

$ sudo zypper remove python3-jwcrypto

3. Information about the python3-jwcrypto package on openSUSE Leap

Information for package python3-jwcrypto:
-----------------------------------------
Repository : Main Repository
Name : python3-jwcrypto
Version : 0.7-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 779.4 KiB
Installed : No
Status : not installed
Source package : python-jwcrypto-0.7-bp155.2.12.src
Upstream URL : https://github.com/latchset/jwcrypto
Summary : Python module package implementing JOSE Web standards
Description :
A Python implementation of the JOSE Working Group documents:
RFC 7515 - JSON Web Signature (JWS)
RFC 7516 - JSON Web Encryption (JWE)
RFC 7517 - JSON Web Key (JWK)
RFC 7518 - JSON Web Algorithms (JWA)
RFC 7519 - JSON Web Token (JWT)
RFC 7520 - Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)