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

Last updated: June 29,2024

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

Here is a brief guide to show you how to install rust-zeroize+zeroize_derive-devel.noarch on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall rust-zeroize+zeroize_derive-devel.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:21:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-zeroize+zeroize_derive-devel
Version : 1.7.0
Release : 1.el9
Architecture : noarch
Size : 8.6 k
Source : rust-zeroize-1.7.0-1.el9.src.rpm
Repository : epel
Summary : Securely clear secrets from memory
URL : https://crates.io/crates/zeroize
License : Apache-2.0 OR MIT
Description : Securely clear secrets from memory with a simple trait built on stable
: Rust primitives which guarantee memory is zeroed using an operation will
: not be 'optimized away' by the compiler. Uses a portable pure Rust
: implementation that works everywhere, even WASM!.
:
: This package contains library source intended for building other packages which
: use the "zeroize_derive" feature of the "zeroize" crate.