How to Install and Uninstall rust-zeroize+serde-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

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

Please follow the instructions below to install rust-zeroize+serde-devel.noarch on AlmaLinux 9

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

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

This guide let you learn how to uninstall rust-zeroize+serde-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-zeroize+serde-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:12:38 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-zeroize+serde-devel
Version : 1.7.0
Release : 1.el9
Architecture : noarch
Size : 8.5 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 "serde" feature of the "zeroize" crate.