How to Install and Uninstall librust-ed25519-dev Package on Kali Linux

Last updated: May 28,2024

1. Install "librust-ed25519-dev" package

Please follow the steps below to install librust-ed25519-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-ed25519-dev

2. Uninstall "librust-ed25519-dev" package

Please follow the instructions below to uninstall librust-ed25519-dev on Kali Linux:

$ sudo apt remove librust-ed25519-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-ed25519-dev package on Kali Linux

Package: librust-ed25519-dev
Source: rust-ed25519
Version: 2.2.3+ds-2
Installed-Size: 75
Maintainer: Jonas Smedegaard
Architecture: all
Provides: librust-ed25519-2+alloc-dev (= 2.2.3+ds-2), librust-ed25519-2+default-dev (= 2.2.3+ds-2), librust-ed25519-2+pem-dev (= 2.2.3+ds-2), librust-ed25519-2+pkcs8-dev (= 2.2.3+ds-2), librust-ed25519-2+serde-bytes-dev (= 2.2.3+ds-2), librust-ed25519-2+serde-dev (= 2.2.3+ds-2), librust-ed25519-2+std-dev (= 2.2.3+ds-2), librust-ed25519-2+zeroize-dev (= 2.2.3+ds-2), librust-ed25519-2-dev (= 2.2.3+ds-2), librust-ed25519-2.2-dev (= 2.2.3+ds-2), librust-ed25519-2.2.3-dev (= 2.2.3+ds-2)
Depends: librust-pkcs8-0.10+default-dev, librust-signature-2+std-dev, librust-serde-1-dev, librust-serde-bytes-0.11+default-dev, librust-zeroize-1-dev
Size: 15968
SHA256: 2076f8b93bf0cc920481e303d8cee76b70c34154dc503cb8cb536a7bca3273e0
SHA1: 919862195e4dda12f1f94cdd4eda10a61560fd4f
MD5sum: cd8d3edb9aa4e7bc36bb8193839c9c4f
Description: generic Ed25519 signature algorithm - Rust source code
The `ed25519` crate allows you can write code
which signs and verifies messages using the Ed25519 signature algorithm
generically over any supported Ed25519 implementation.
.
This allows consumers of your code
to plug in whatever implementation they want
to use without having to add all potential Ed25519 libraries
you'd like to support as optional dependencies.
.
Ed25519 is an EdDSA signature scheme
using the secure hash function SHA-512 (SHA-2)
and the elliptic curve Curve25519.
.
This package contains the source for the Rust ed25519 crate,
for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rustcrypto/signatures
Section: rust
Priority: optional
Filename: pool/main/r/rust-ed25519/librust-ed25519-dev_2.2.3+ds-2_all.deb

5. The same packages on other Linux Distributions