How To Install php-laminas-recaptcha on Fedora 36

In this tutorial we learn how to install php-laminas-recaptcha in Fedora 36. php-laminas-recaptcha is Laminas Framework ReCaptcha component

Introduction

In this tutorial we learn how to install php-laminas-recaptcha on Fedora 36.

What is php-laminas-recaptcha

Laminas Framework ReCaptcha component. OOP wrapper for the ReCaptcha web service. Documentation

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

Install php-laminas-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 php-laminas-recaptcha using dnf by running the following command:

sudo dnf -y install php-laminas-recaptcha

Install php-laminas-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 php-laminas-recaptcha using yum by running the following command:

sudo yum -y install php-laminas-recaptcha

How To Uninstall php-laminas-recaptcha on Fedora 36

To uninstall only the php-laminas-recaptcha package we can use the following command:

sudo dnf remove php-laminas-recaptcha

php-laminas-recaptcha Package Contents on Fedora 36

/usr/share/doc/php-laminas-recaptcha
/usr/share/doc/php-laminas-recaptcha/COPYRIGHT.md
/usr/share/doc/php-laminas-recaptcha/README.md
/usr/share/doc/php-laminas-recaptcha/composer.json
/usr/share/licenses/php-laminas-recaptcha
/usr/share/licenses/php-laminas-recaptcha/LICENSE
/usr/share/php/Laminas/ReCaptcha
/usr/share/php/Laminas/ReCaptcha/Exception.php
/usr/share/php/Laminas/ReCaptcha/ExceptionInterface.php
/usr/share/php/Laminas/ReCaptcha/MailHide.php
/usr/share/php/Laminas/ReCaptcha/MailHideException.php
/usr/share/php/Laminas/ReCaptcha/ReCaptcha.php
/usr/share/php/Laminas/ReCaptcha/Response.php
/usr/share/php/Laminas/ReCaptcha/autoload.php
/usr/share/php/ZendService
/usr/share/php/ZendService/ReCaptcha
/usr/share/php/ZendService/ReCaptcha/autoload.php

References

Summary

In this tutorial we learn how to install php-laminas-recaptcha on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).