How to Install and Uninstall rust-zeroize+zeroize_derive-devel.noarch Package on Fedora 35

Last updated: October 04,2024

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

Please follow the guidance below to install rust-zeroize+zeroize_derive-devel.noarch on Fedora 35

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

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

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

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

3. Information about the rust-zeroize+zeroize_derive-devel.noarch package on Fedora 35

Last metadata expiration check: 2:09:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-zeroize+zeroize_derive-devel
Version : 1.5.7
Release : 1.fc35
Architecture : noarch
Size : 9.0 k
Source : rust-zeroize-1.5.7-1.fc35.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_derive" feature of the "zeroize" crate.