How to Install and Uninstall rust-secrecy-devel.noarch Package on Fedora 39

Last updated: October 12,2024

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

Learn how to install rust-secrecy-devel.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall rust-secrecy-devel.noarch on Fedora 39:

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

3. Information about the rust-secrecy-devel.noarch package on Fedora 39

Last metadata expiration check: 1:48:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-secrecy-devel
Version : 0.8.0
Release : 4.fc39
Architecture : noarch
Size : 21 k
Source : rust-secrecy-0.8.0-4.fc39.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 "secrecy" crate.