How to Install and Uninstall perl-Crypt-ScryptKDF.x86_64 Package on CentOS Stream 8

Last updated: November 02,2024

1. Install "perl-Crypt-ScryptKDF.x86_64" package

Please follow the guidelines below to install perl-Crypt-ScryptKDF.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Crypt-ScryptKDF.x86_64

2. Uninstall "perl-Crypt-ScryptKDF.x86_64" package

This tutorial shows how to uninstall perl-Crypt-ScryptKDF.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Crypt-ScryptKDF.x86_64 $ sudo dnf autoremove

3. Information about the perl-Crypt-ScryptKDF.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:51:37 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Crypt-ScryptKDF
Version : 0.010
Release : 14.el8
Architecture : x86_64
Size : 28 k
Source : perl-Crypt-ScryptKDF-0.010-14.el8.src.rpm
Repository : epel
Summary : Scrypt password based key derivation function
URL : https://metacpan.org/release/Crypt-ScryptKDF
License : GPL+ or Artistic
Description : Scrypt is a password-based key derivation function (like for example
: PBKDF2). Scrypt was designed to be "memory-hard" algorithm in order to make
: it expensive to perform large scale custom hardware attacks.