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

Last updated: November 26,2024

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

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

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

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

This guide covers the steps necessary to uninstall rust-secrecy-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:58:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-secrecy-devel
Version : 0.7.0
Release : 4.fc36
Architecture : noarch
Size : 17 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 "secrecy" crate.