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

Last updated: July 03,2024

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

In this section, we are going to explain the necessary steps to install rust-secrecy+default-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall rust-secrecy+default-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:09:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-secrecy+default-devel
Version : 0.7.0
Release : 2.fc34
Architecture : noarch
Size : 7.5 k
Source : rust-secrecy-0.7.0-2.fc34.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.