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

Last updated: January 18,2025

1. Install "python3-scrypt.x86_64" package

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

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

2. Uninstall "python3-scrypt.x86_64" package

This guide let you learn how to uninstall python3-scrypt.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:57:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-scrypt
Version : 0.8.20
Release : 3.fc39
Architecture : x86_64
Size : 56 k
Source : python-scrypt-0.8.20-3.fc39.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...