How to Install and Uninstall rust-ecdsa+serde-devel.noarch Package on CentOS Stream 9

Last updated: May 20,2024

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

Please follow the steps below to install rust-ecdsa+serde-devel.noarch on CentOS Stream 9

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

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

Please follow the steps below to uninstall rust-ecdsa+serde-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-ecdsa+serde-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:34:32 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-ecdsa+serde-devel
Version : 0.16.9
Release : 1.el9
Architecture : noarch
Size : 7.6 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 "serde" feature of the "ecdsa" crate.