How to Install and Uninstall python2-ecdsa.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "python2-ecdsa.noarch" package
In this section, we are going to explain the necessary steps to install python2-ecdsa.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-ecdsa.noarch
Copied
2. Uninstall "python2-ecdsa.noarch" package
Please follow the guidelines below to uninstall python2-ecdsa.noarch on AlmaLinux 8:
$
sudo dnf remove
python2-ecdsa.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-ecdsa.noarch package on AlmaLinux 8
Last metadata expiration check: 0:15:59 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-ecdsa
Version : 0.13.3
Release : 1.el8
Architecture : noarch
Size : 97 k
Source : python-ecdsa-0.13.3-1.el8.src.rpm
Repository : epel
Summary : ECDSA cryptographic signature library
URL : https://pypi.python.org/pypi/ecdsa
License : MIT
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.
Available Packages
Name : python2-ecdsa
Version : 0.13.3
Release : 1.el8
Architecture : noarch
Size : 97 k
Source : python-ecdsa-0.13.3-1.el8.src.rpm
Repository : epel
Summary : ECDSA cryptographic signature library
URL : https://pypi.python.org/pypi/ecdsa
License : MIT
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.