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

Last updated: May 18,2024

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

Learn how to install rust-p384+default-devel.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall rust-p384+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-p384+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:33:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-p384+default-devel
Version : 0.13.0
Release : 1.el9
Architecture : noarch
Size : 7.3 k
Source : rust-p384-0.13.0-1.el9.src.rpm
Repository : epel
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 "default" feature of the "p384" crate.