How to Install and Uninstall python3-ecdsa Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-ecdsa" package

Here is a brief guide to show you how to install python3-ecdsa on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ecdsa

2. Uninstall "python3-ecdsa" package

Please follow the guidance below to uninstall python3-ecdsa on openSUSE Leap:

$ sudo zypper remove python3-ecdsa

3. Information about the python3-ecdsa package on openSUSE Leap

Information for package python3-ecdsa:
--------------------------------------
Repository : Main Repository
Name : python3-ecdsa
Version : 0.13.3-3.7.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 403.9 KiB
Installed : No
Status : not installed
Source package : python-ecdsa-0.13.3-3.7.1.src
Upstream URL : http://github.com/warner/python-ecdsa
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.