How to Install and Uninstall rubygem-bcrypt.x86_64 Package on Fedora 38

Last updated: January 13,2025

1. Install "rubygem-bcrypt.x86_64" package

This is a short guide on how to install rubygem-bcrypt.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install rubygem-bcrypt.x86_64

2. Uninstall "rubygem-bcrypt.x86_64" package

This guide let you learn how to uninstall rubygem-bcrypt.x86_64 on Fedora 38:

$ sudo dnf remove rubygem-bcrypt.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-bcrypt.x86_64 package on Fedora 38

Last metadata expiration check: 2:17:21 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rubygem-bcrypt
Version : 3.1.17
Release : 4.fc38
Architecture : x86_64
Size : 27 k
Source : rubygem-bcrypt-3.1.17-4.fc38.src.rpm
Repository : fedora
Summary : Wrapper around bcrypt() password hashing algorithm
URL : https://github.com/codahale/bcrypt-ruby
License : MIT and Public Domain and ISC
Description : bcrypt() is a sophisticated and secure hash algorithm designed by The
: OpenBSD project for hashing passwords. bcrypt-ruby provides a simple,
: humane wrapper for safely handling passwords.