How to Install and Uninstall python311-signedjson Package on openSuSE Tumbleweed

Last updated: February 02,2025

1. Install "python311-signedjson" package

Learn how to install python311-signedjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-signedjson

2. Uninstall "python311-signedjson" package

Please follow the steps below to uninstall python311-signedjson on openSuSE Tumbleweed:

$ sudo zypper remove python311-signedjson

3. Information about the python311-signedjson package on openSuSE Tumbleweed

Information for package python311-signedjson:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-signedjson
Version : 1.1.4-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.8 KiB
Installed : No
Status : not installed
Source package : python-signedjson-1.1.4-3.4.src
Upstream URL : https://github.com/matrix-org/python-signedjson
Summary : Python module to sign JSON with Ed25519 signatures
Description :
Features:
* More than one entity can sign the same object.
* Each entity can sign the object with more than one key making it easier to
rotate keys
* ED25519 can be replaced with a different algorithm.
* Unprotected data can be added to the object under the "unsigned" key.