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

Last updated: September 29,2024

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

This tutorial shows how to install rust-polyval+zeroize-devel.noarch on CentOS Stream 9

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

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

This guide let you learn how to uninstall rust-polyval+zeroize-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-polyval+zeroize-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:35:47 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-polyval+zeroize-devel
Version : 0.6.2
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-polyval-0.6.2-1.el9.src.rpm
Repository : epel
Summary : GHASH-like universal hash over GF(2^128)
URL : https://crates.io/crates/polyval
License : Apache-2.0 OR MIT
Description : POLYVAL is a GHASH-like universal hash over GF(2^128) useful for
: constructing a Message Authentication Code (MAC).
:
: This package contains library source intended for building other packages which
: use the "zeroize" feature of the "polyval" crate.