How to Install and Uninstall python3-ecdsa Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-ecdsa" package

This guide let you learn how to install python3-ecdsa on Kali Linux

$ sudo apt update $ sudo apt install python3-ecdsa

2. Uninstall "python3-ecdsa" package

Please follow the guidelines below to uninstall python3-ecdsa on Kali Linux:

$ sudo apt remove python3-ecdsa $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ecdsa package on Kali Linux

Package: python3-ecdsa
Source: python-ecdsa
Version: 0.18.0-5
Installed-Size: 568
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 117420
SHA256: a5f52b0f6b28a8f4a25b61066f5eefaa3ccb598cb7ed4e2085ce8d62752bb65c
SHA1: a6991451bab0a74017b9210d038c78c11c89dfbb
MD5sum: 96ece969ca8efe463402a7630b6c4955
Description: ECDSA cryptographic signature library (Python 3)
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python. 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.
.
This package contains the module for Python 3.
Description-md5:
Homepage: https://github.com/warner/python-ecdsa
Section: python
Priority: optional
Filename: pool/main/p/python-ecdsa/python3-ecdsa_0.18.0-5_all.deb