How to Install and Uninstall python3-ecdsa.noarch Package on CentOS Stream 8
Last updated: January 16,2025
1. Install "python3-ecdsa.noarch" package
Please follow the guidelines below to install python3-ecdsa.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-ecdsa.noarch
Copied
2. Uninstall "python3-ecdsa.noarch" package
Here is a brief guide to show you how to uninstall python3-ecdsa.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-ecdsa.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-ecdsa.noarch package on CentOS Stream 8
Last metadata expiration check: 6:49:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-ecdsa
Version : 0.13.3
Release : 1.el8
Architecture : noarch
Size : 98 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 : python3-ecdsa
Version : 0.13.3
Release : 1.el8
Architecture : noarch
Size : 98 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.