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

Last updated: May 20,2024

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

Please follow the steps below to install rust-zeroize-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall rust-zeroize-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:25:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-zeroize-devel
Version : 1.5.5
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : rust-zeroize-1.5.5-1.fc34.src.rpm
Repository : updates
Summary : Securely clear secrets from memory
URL : https://crates.io/crates/zeroize
License : ASL 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.