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

Last updated: October 05,2024

1. Install "rubygem-bcrypt.x86_64" package

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

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

2. Uninstall "rubygem-bcrypt.x86_64" package

Please follow the steps below to uninstall rubygem-bcrypt.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:06:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-bcrypt
Version : 3.1.16
Release : 3.fc35
Architecture : x86_64
Size : 27 k
Source : rubygem-bcrypt-3.1.16-3.fc35.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.