How to Install and Uninstall rust-elliptic-curve-devel.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "rust-elliptic-curve-devel.noarch" package

This is a short guide on how to install rust-elliptic-curve-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-elliptic-curve-devel.noarch

2. Uninstall "rust-elliptic-curve-devel.noarch" package

Please follow the steps below to uninstall rust-elliptic-curve-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-elliptic-curve-devel.noarch $ sudo dnf autoremove

3. Information about the rust-elliptic-curve-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:21:56 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-elliptic-curve-devel
Version : 0.13.8
Release : 1.el9
Architecture : noarch
Size : 67 k
Source : rust-elliptic-curve-0.13.8-1.el9.src.rpm
Repository : epel
Summary : General purpose Elliptic Curve Cryptography
URL : https://crates.io/crates/elliptic-curve
License : Apache-2.0 OR MIT
Description : General purpose Elliptic Curve Cryptography (ECC) support, including
: types and traits for representing various elliptic curve forms, scalars,
: points, and public/secret keys composed thereof.
:
: This package contains library source intended for building other packages which
: use the "elliptic-curve" crate.