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

Last updated: June 03,2024

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

In this section, we are going to explain the necessary steps to install rust-keccak+default-devel.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall rust-keccak+default-devel.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 0:28:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-keccak+default-devel
Version : 0.1.5
Release : 1.el9
Architecture : noarch
Size : 7.9 k
Source : rust-keccak-0.1.5-1.el9.src.rpm
Repository : epel
Summary : Pure Rust implementation of the Keccak sponge function
URL : https://crates.io/crates/keccak
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of the Keccak sponge function including the
: keccak-f and keccak-p variants.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "keccak" crate.