How to Install and Uninstall rust-ecdsa+serdect-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 26,2024

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

Please follow the step by step instructions below to install rust-ecdsa+serdect-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the instructions below to uninstall rust-ecdsa+serdect-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-ecdsa+serdect-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:26:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-ecdsa+serdect-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 "serdect" feature of the "ecdsa" crate.