How To Install perl-Captcha-reCAPTCHA on Fedora 36

In this tutorial we learn how to install perl-Captcha-reCAPTCHA in Fedora 36. perl-Captcha-reCAPTCHA is Perl implementation of the reCAPTCHA API

Introduction

In this tutorial we learn how to install perl-Captcha-reCAPTCHA on Fedora 36.

What is perl-Captcha-reCAPTCHA

reCAPTCHA is a hybrid mechanical Turk and captcha that allows visitors who complete the captcha to assist in the digitization of books.

We can use yum or dnf to install perl-Captcha-reCAPTCHA on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Captcha-reCAPTCHA.

Install perl-Captcha-reCAPTCHA on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Captcha-reCAPTCHA using dnf by running the following command:

sudo dnf -y install perl-Captcha-reCAPTCHA

Install perl-Captcha-reCAPTCHA on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Captcha-reCAPTCHA using yum by running the following command:

sudo yum -y install perl-Captcha-reCAPTCHA

How To Uninstall perl-Captcha-reCAPTCHA on Fedora 36

To uninstall only the perl-Captcha-reCAPTCHA package we can use the following command:

sudo dnf remove perl-Captcha-reCAPTCHA

perl-Captcha-reCAPTCHA Package Contents on Fedora 36

/usr/share/doc/perl-Captcha-reCAPTCHA
/usr/share/doc/perl-Captcha-reCAPTCHA/Changes
/usr/share/doc/perl-Captcha-reCAPTCHA/README
/usr/share/man/man3/Captcha::reCAPTCHA.3pm.gz
/usr/share/perl5/vendor_perl/Captcha
/usr/share/perl5/vendor_perl/Captcha/reCAPTCHA.pm

References

Summary

In this tutorial we learn how to install perl-Captcha-reCAPTCHA on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).