How to Install and Uninstall rust-zeroize-devel.noarch Package on Fedora 36

Last updated: October 07,2024

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

Please follow the step by step instructions below to install rust-zeroize-devel.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall rust-zeroize-devel.noarch on Fedora 36:

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

3. Information about the rust-zeroize-devel.noarch package on Fedora 36

Last metadata expiration check: 0:33:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-zeroize-devel
Version : 1.5.7
Release : 1.fc36
Architecture : noarch
Size : 28 k
Source : rust-zeroize-1.5.7-1.fc36.src.rpm
Repository : updates
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" crate.