How to Install and Uninstall python3-scrypt.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "python3-scrypt.x86_64" package

This is a short guide on how to install python3-scrypt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-scrypt.x86_64

2. Uninstall "python3-scrypt.x86_64" package

Please follow the guidelines below to uninstall python3-scrypt.x86_64 on Fedora 34:

$ sudo dnf remove python3-scrypt.x86_64 $ sudo dnf autoremove

3. Information about the python3-scrypt.x86_64 package on Fedora 34

Last metadata expiration check: 2:31:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-scrypt
Version : 0.8.0
Release : 15.fc34
Architecture : x86_64
Size : 34 k
Source : python-scrypt-0.8.0-15.fc34.src.rpm
Repository : fedora
Summary : Bindings for the scrypt key derivation function library
URL : http://bitbucket.org/mhallin/py-scrypt
License : BSD
Description : Python scrypt bindings This is a set of Python bindings
: for the scrypt key derivation function. Scrypt is useful when encrypting
: password as it is possible to specify a *minimum* amount of time to use when
: encrypting and decrypting. If, for example, a password takes 0.05 seconds to
: verify, a user won't notice the slight delay when signing in, but doing a
: brute force search of several...