How to Install and Uninstall rust-elliptic-curve+serde-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

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

In this section, we are going to explain the necessary steps to install rust-elliptic-curve+serde-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall rust-elliptic-curve+serde-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-elliptic-curve+serde-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-elliptic-curve+serde-devel
Version : 0.13.8
Release : 1.el9
Architecture : noarch
Size : 8.2 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 "serde" feature of the "elliptic-curve" crate.