How to Install and Uninstall rust-ecdsa+verifying-devel.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "rust-ecdsa+verifying-devel.noarch" package

This guide covers the steps necessary to install rust-ecdsa+verifying-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-ecdsa+verifying-devel.noarch

2. Uninstall "rust-ecdsa+verifying-devel.noarch" package

Learn how to uninstall rust-ecdsa+verifying-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-ecdsa+verifying-devel.noarch $ sudo dnf autoremove

3. Information about the rust-ecdsa+verifying-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 1:59:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-ecdsa+verifying-devel
Version : 0.16.9
Release : 1.el9
Architecture : noarch
Size : 7.5 k
Source : rust-ecdsa-0.16.9-1.el9.src.rpm
Repository : epel
Summary : Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
URL : https://crates.io/crates/ecdsa
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of the Elliptic Curve Digital Signature
: Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature
: Standard), providing RFC6979 deterministic signatures as well as support
: for added entropy.
:
: This package contains library source intended for building other packages which
: use the "verifying" feature of the "ecdsa" crate.