How To Install php-egulias-email-validator on Fedora 36

In this tutorial we learn how to install php-egulias-email-validator in Fedora 36. php-egulias-email-validator is A library for validating emails

Introduction

In this tutorial we learn how to install php-egulias-email-validator on Fedora 36.

What is php-egulias-email-validator

A library for validating emails. Autoloader

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

Install php-egulias-email-validator 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-egulias-email-validator using dnf by running the following command:

sudo dnf -y install php-egulias-email-validator

Install php-egulias-email-validator 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-egulias-email-validator using yum by running the following command:

sudo yum -y install php-egulias-email-validator

How To Uninstall php-egulias-email-validator on Fedora 36

To uninstall only the php-egulias-email-validator package we can use the following command:

sudo dnf remove php-egulias-email-validator

php-egulias-email-validator Package Contents on Fedora 36

/usr/share/doc/php-egulias-email-validator
/usr/share/doc/php-egulias-email-validator/README.md
/usr/share/doc/php-egulias-email-validator/composer.json
/usr/share/licenses/php-egulias-email-validator
/usr/share/licenses/php-egulias-email-validator/LICENSE
/usr/share/php/Egulias
/usr/share/php/Egulias/EmailValidator
/usr/share/php/Egulias/EmailValidator/EmailLexer.php
/usr/share/php/Egulias/EmailValidator/EmailParser.php
/usr/share/php/Egulias/EmailValidator/EmailValidator.php
/usr/share/php/Egulias/EmailValidator/EmailValidatorInterface.php
/usr/share/php/Egulias/EmailValidator/Parser
/usr/share/php/Egulias/EmailValidator/Parser/DomainPart.php
/usr/share/php/Egulias/EmailValidator/Parser/LocalPart.php
/usr/share/php/Egulias/EmailValidator/Parser/Parser.php
/usr/share/php/Egulias/EmailValidator/autoload.php

References

Summary

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