How to Install and Uninstall rust-p384+serde-devel.noarch Package on Fedora 39

Last updated: October 06,2024

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

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

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

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

Please follow the steps below to uninstall rust-p384+serde-devel.noarch on Fedora 39:

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

3. Information about the rust-p384+serde-devel.noarch package on Fedora 39

Last metadata expiration check: 2:11:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-p384+serde-devel
Version : 0.13.0
Release : 2.fc39
Architecture : noarch
Size : 7.7 k
Source : rust-p384-0.13.0-2.fc39.src.rpm
Repository : fedora
Summary : Implementation of the NIST P-384 (secp384r1) elliptic curve
URL : https://crates.io/crates/p384
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic
: curve as defined in SP 800-186 with support for ECDH, ECDSA
: signing/verification, and general purpose curve arithmetic support.
:
: This package contains library source intended for building other packages which
: use the "serde" feature of the "p384" crate.