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

Last updated: September 23,2024

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

Please follow the instructions below to install rust-ghash+std-devel.noarch on CentOS Stream 9

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

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

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

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

3. Information about the rust-ghash+std-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:17:42 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-ghash+std-devel
Version : 0.5.0
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-ghash-0.5.0-1.el9.src.rpm
Repository : epel
Summary : Universal hash over GF(2^128) useful for the AES-GCM cipher
URL : https://crates.io/crates/ghash
License : Apache-2.0 OR MIT
Description : Universal hash over GF(2^128) useful for constructing a Message
: Authentication Code (MAC), as in the AES-GCM authenticated encryption
: cipher.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "ghash" crate.