How to Install and Uninstall rubygem-recaptcha.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-recaptcha.noarch" package

This is a short guide on how to install rubygem-recaptcha.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-recaptcha.noarch

2. Uninstall "rubygem-recaptcha.noarch" package

This guide covers the steps necessary to uninstall rubygem-recaptcha.noarch on Fedora 34:

$ sudo dnf remove rubygem-recaptcha.noarch $ sudo dnf autoremove

3. Information about the rubygem-recaptcha.noarch package on Fedora 34

Last metadata expiration check: 2:48:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-recaptcha
Version : 3.4.0
Release : 10.fc34
Architecture : noarch
Size : 13 k
Source : rubygem-recaptcha-3.4.0-10.fc34.src.rpm
Repository : fedora
Summary : Helpers for the reCAPTCHA API
URL : http://github.com/ambethia/recaptcha
License : MIT
Description : This plug-in adds helpers for the reCAPTCHA API.
: In your views you can use the recaptcha_tags method
: to embed the needed JavaScript, and you can validate
: in your controllers with verify_recaptcha.
:
: Beforehand you need to configure Recaptcha with your
: custom private and public key. You may find detailed
: examples below.
: Exceptions will be raised if you call these methods
: and the keys can’t be found.