How to Install and Uninstall rust-secrecy+default-devel.noarch Package on Fedora 35

Last updated: May 20,2024

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

This tutorial shows how to install rust-secrecy+default-devel.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall rust-secrecy+default-devel.noarch on Fedora 35:

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

3. Information about the rust-secrecy+default-devel.noarch package on Fedora 35

Last metadata expiration check: 4:57:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-secrecy+default-devel
Version : 0.7.0
Release : 3.fc35
Architecture : noarch
Size : 7.5 k
Source : rust-secrecy-0.7.0-3.fc35.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 "default" feature of "secrecy" crate.