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

Last updated: October 05,2024

1. Install "python310-signedjson" package

This tutorial shows how to install python310-signedjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-signedjson

2. Uninstall "python310-signedjson" package

This guide let you learn how to uninstall python310-signedjson on openSuSE Tumbleweed:

$ sudo zypper remove python310-signedjson

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

Information for package python310-signedjson:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.