How to Install and Uninstall rust-ghash+zeroize-devel.noarch Package on Oracle Linux 9

Last updated: September 27,2024

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

This tutorial shows how to install rust-ghash+zeroize-devel.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall rust-ghash+zeroize-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-ghash+zeroize-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:48:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-ghash+zeroize-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 "zeroize" feature of the "ghash" crate.