How to Install and Uninstall python36-ecdsa Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python36-ecdsa" package

Here is a brief guide to show you how to install python36-ecdsa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-ecdsa

2. Uninstall "python36-ecdsa" package

Here is a brief guide to show you how to uninstall python36-ecdsa on openSuSE Tumbleweed:

$ sudo zypper remove python36-ecdsa

3. Information about the python36-ecdsa package on openSuSE Tumbleweed

Information for package python36-ecdsa:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-ecdsa
Version : 0.17.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-ecdsa-0.17.0-1.1.src
Summary : ECDSA cryptographic signature library (pure python)
Description :
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing
key and verifying key), sign messages, and verify the signatures. The keys
and signatures are very short, making them easy to handle and incorporate
into other protocols.