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

Last updated: June 17,2024

1. Install "python2-ed25519ll" package

Please follow the guidance below to install python2-ed25519ll on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ed25519ll

2. Uninstall "python2-ed25519ll" package

Please follow the steps below to uninstall python2-ed25519ll on openSUSE Leap:

$ sudo zypper remove python2-ed25519ll

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

Information for package python2-ed25519ll:
------------------------------------------
Repository : Main Repository
Name : python2-ed25519ll
Version : 0.6-bp153.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 133,2 KiB
Installed : No
Status : not installed
Source package : python-ed25519ll-0.6-bp153.1.15.src
Summary : A low-level ctypes wrapper for Ed25519 digital signatures
Description :
Ed25519 is a public-key signature system with several attractive features
including:
* Fast single-signature verification.
* Very fast signing.
* Fast key generation.
* High security level.
* Small signatures. Signatures fit into 64 bytes.
* Small keys. Public keys consume only 32 bytes.
This text abridged from http://ed25519.cr.yp.to/.