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

Last updated: November 24,2024

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

This is a short guide on how to install rust-ecdsa+arithmetic-devel.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall rust-ecdsa+arithmetic-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:22:15 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-ecdsa+arithmetic-devel
Version : 0.16.9
Release : 1.fc39
Architecture : noarch
Size : 7.7 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 "arithmetic" feature of the "ecdsa" crate.