How to Install and Uninstall python2-signedjson Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-signedjson" package

This tutorial shows how to install python2-signedjson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-signedjson

2. Uninstall "python2-signedjson" package

Please follow the guidelines below to uninstall python2-signedjson on openSUSE Leap:

$ sudo zypper remove python2-signedjson

3. Information about the python2-signedjson package on openSUSE Leap

Information for package python2-signedjson:
-------------------------------------------
Repository : Main Repository
Name : python2-signedjson
Version : 1.1.1-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 37,4 KiB
Installed : No
Status : not installed
Source package : python-signedjson-1.1.1-bp153.1.20.src
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.