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

Last updated: September 30,2024

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

This guide covers the steps necessary to install rust-polyval-devel.noarch on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 0:56:50 ago on Thu Feb 15 07:50:05 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.