How to Install and Uninstall rust-sha3+default-devel.noarch Package on CentOS Stream 9

Last updated: September 22,2024

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

Here is a brief guide to show you how to install rust-sha3+default-devel.noarch on CentOS Stream 9

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

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

Please follow the step by step instructions below to uninstall rust-sha3+default-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-sha3+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:26:31 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-sha3+default-devel
Version : 0.10.8
Release : 1.el9
Architecture : noarch
Size : 8.4 k
Source : rust-sha3-0.10.8-1.el9.src.rpm
Repository : epel
Summary : SHA-3 (Keccak) hash function
URL : https://crates.io/crates/sha3
License : MIT OR Apache-2.0
Description : Pure Rust implementation of SHA-3, a family of Keccak-based hash
: functions including the SHAKE family of eXtendable-Output Functions
: (XOFs), as well as the accelerated variant TurboSHAKE.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "sha3" crate.