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

Last updated: April 28,2024

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

Please follow the guidance below to install rust-password-hash+rand_core-devel.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall rust-password-hash+rand_core-devel.noarch on Fedora 35:

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

3. Information about the rust-password-hash+rand_core-devel.noarch package on Fedora 35

Last metadata expiration check: 4:23:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-password-hash+rand_core-devel
Version : 0.3.2
Release : 1.fc35
Architecture : noarch
Size : 7.4 k
Source : rust-password-hash-0.3.2-1.fc35.src.rpm
Repository : updates
Summary : Traits which describe password hashing algorithms
URL : https://crates.io/crates/password-hash
License : MIT or ASL 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 "rand_core" feature of the "password-hash" crate.