How to Install and Uninstall rust-ecdsa+dev-devel.noarch Package on Fedora 39

Last updated: September 30,2024

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

This guide let you learn how to install rust-ecdsa+dev-devel.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall rust-ecdsa+dev-devel.noarch on Fedora 39:

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

3. Information about the rust-ecdsa+dev-devel.noarch package on Fedora 39

Last metadata expiration check: 0:44:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-ecdsa+dev-devel
Version : 0.16.9
Release : 1.fc39
Architecture : noarch
Size : 7.8 k
Source : rust-ecdsa-0.16.9-1.fc39.src.rpm
Repository : updates
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 "dev" feature of the "ecdsa" crate.