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

Last updated: October 05,2024

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

Here is a brief guide to show you how to install rust-secrecy+alloc-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall rust-secrecy+alloc-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:35:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-secrecy+alloc-devel
Version : 0.7.0
Release : 2.fc34
Architecture : noarch
Size : 7.6 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 "alloc" feature of "secrecy" crate.