How to Install and Uninstall rust-secrecy+bytes-devel.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "rust-secrecy+bytes-devel.noarch" package

Please follow the guidance below to install rust-secrecy+bytes-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-secrecy+bytes-devel.noarch

2. Uninstall "rust-secrecy+bytes-devel.noarch" package

Please follow the guidance below to uninstall rust-secrecy+bytes-devel.noarch on Fedora 36:

$ sudo dnf remove rust-secrecy+bytes-devel.noarch $ sudo dnf autoremove

3. Information about the rust-secrecy+bytes-devel.noarch package on Fedora 36

Last metadata expiration check: 0:25:27 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rust-secrecy+bytes-devel
Version : 0.7.0
Release : 4.fc36
Architecture : noarch
Size : 7.8 k
Source : rust-secrecy-0.7.0-4.fc36.src.rpm
Repository : fedora
Summary : Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed
URL : https://crates.io/crates/secrecy
License : ASL 2.0 or MIT
Description : Wrapper types and traits for secret management which help ensure they aren't
: accidentally copied, logged, or otherwise exposed (as much as possible), and
: also ensure secrets are securely wiped from memory when dropped.
:
: This package contains library source intended for building other packages
: which use "bytes" feature of "secrecy" crate.