How to Install and Uninstall rust-password-hash+alloc-devel.noarch Package on Fedora 38

Last updated: September 27,2024

1. Install "rust-password-hash+alloc-devel.noarch" package

Please follow the instructions below to install rust-password-hash+alloc-devel.noarch on Fedora 38

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

2. Uninstall "rust-password-hash+alloc-devel.noarch" package

Please follow the guidelines below to uninstall rust-password-hash+alloc-devel.noarch on Fedora 38:

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

3. Information about the rust-password-hash+alloc-devel.noarch package on Fedora 38

Last metadata expiration check: 2:54:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-password-hash+alloc-devel
Version : 0.5.0
Release : 1.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-password-hash-0.5.0-1.fc38.src.rpm
Repository : updates
Summary : Traits which describe the functionality of password hashing algorithms
URL : https://crates.io/crates/password-hash
License : MIT OR Apache-2.0
Description : Traits which describe the functionality of password hashing algorithms,
: as well as a `no_std`-friendly implementation of the PHC string format
: (a well-defined subset of the Modular Crypt Format a.k.a. MCF).
:
: This package contains library source intended for building other packages which
: use the "alloc" feature of the "password-hash" crate.