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

Last updated: June 30,2024

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

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

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

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

Please follow the guidelines below to uninstall rust-sec1+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:21:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-sec1+default-devel
Version : 0.7.3
Release : 1.el9
Architecture : noarch
Size : 7.3 k
Source : rust-sec1-0.7.3-1.el9.src.rpm
Repository : epel
Summary : Elliptic Curve Cryptography encoding formats (SEC1)
URL : https://crates.io/crates/sec1
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding
: formats including ASN.1 DER-serialized private keys as well as the
: Elliptic-Curve-Point-to-Octet-String encoding.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "sec1" crate.