How to Install and Uninstall rust-polyval-devel.noarch Package on Rocky Linux 9

Last updated: October 09,2024

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

This tutorial shows how to install rust-polyval-devel.noarch on Rocky Linux 9

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

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

Please follow the guidance below to uninstall rust-polyval-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-polyval-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:32:47 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-polyval-devel
Version : 0.6.1
Release : 1.el9
Architecture : noarch
Size : 27 k
Source : rust-polyval-0.6.1-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 "polyval" crate.