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

Last updated: November 27,2024

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

This tutorial shows how to install rust-secrecy+bytes-devel.noarch on Fedora 38

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

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

This is a short guide on how to uninstall rust-secrecy+bytes-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:38:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-secrecy+bytes-devel
Version : 0.8.0
Release : 3.fc38
Architecture : noarch
Size : 8.0 k
Source : rust-secrecy-0.8.0-3.fc38.src.rpm
Repository : fedora
Summary : Wrapper types and traits for secret management
URL : https://crates.io/crates/secrecy
License : Apache-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 the "bytes" feature of the "secrecy" crate.