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

Last updated: October 06,2024

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

Please follow the steps below to install rust-zeroize+derive-devel.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall rust-zeroize+derive-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:59:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-zeroize+derive-devel
Version : 1.5.7
Release : 1.fc36
Architecture : noarch
Size : 8.9 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 "derive" feature of the "zeroize" crate.