How to Install and Uninstall rust-password-hash0.4+rand_core-devel.noarch Package on Rocky Linux 9

Last updated: May 20,2024

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

Please follow the steps below to install rust-password-hash0.4+rand_core-devel.noarch on Rocky Linux 9

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

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

Please follow the guidance below to uninstall rust-password-hash0.4+rand_core-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-password-hash0.4+rand_core-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 1:38:25 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-password-hash0.4+rand_core-devel
Version : 0.4.2
Release : 1.el9
Architecture : noarch
Size : 7.4 k
Source : rust-password-hash0.4-0.4.2-1.el9.src.rpm
Repository : epel
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 "rand_core" feature of the "password-hash" crate.