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

Last updated: September 28,2024

1. Install "python39-signedjson" package

Please follow the guidelines below to install python39-signedjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-signedjson

2. Uninstall "python39-signedjson" package

Please follow the step by step instructions below to uninstall python39-signedjson on openSuSE Tumbleweed:

$ sudo zypper remove python39-signedjson

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

Information for package python39-signedjson:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-signedjson
Version : 1.1.4-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 36.6 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.