How to Install and Uninstall rust-sha2+std-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "rust-sha2+std-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-sha2+std-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-sha2+std-devel.noarch

2. Uninstall "rust-sha2+std-devel.noarch" package

Please follow the guidelines below to uninstall rust-sha2+std-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-sha2+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-sha2+std-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:17:41 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-sha2+std-devel
Version : 0.10.8
Release : 1.el9
Architecture : noarch
Size : 8.4 k
Source : rust-sha2-0.10.8-1.el9.src.rpm
Repository : epel
Summary : Pure Rust implementation of the SHA-2 hash function family
URL : https://crates.io/crates/sha2
License : MIT OR Apache-2.0
Description : Pure Rust implementation of the SHA-2 hash function family including
: SHA-224, SHA-256, SHA-384, and SHA-512.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "sha2" crate.