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

Last updated: July 01,2024

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

In this section, we are going to explain the necessary steps to install rust-ecdsa+std-devel.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall rust-ecdsa+std-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-ecdsa+std-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:59:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-ecdsa+std-devel
Version : 0.16.9
Release : 1.el9
Architecture : noarch
Size : 7.7 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 "std" feature of the "ecdsa" crate.