How To Install php-pear-Text-Password on Fedora 36

In this tutorial we learn how to install php-pear-Text-Password in Fedora 36. php-pear-Text-Password is Creating passwords with PHP

Introduction

In this tutorial we learn how to install php-pear-Text-Password on Fedora 36.

What is php-pear-Text-Password

Text_Password allows one to create pronounceable and unpronounceable passwords. The full functional range is explained in the manual at http

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

Install php-pear-Text-Password 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-pear-Text-Password using dnf by running the following command:

sudo dnf -y install php-pear-Text-Password

Install php-pear-Text-Password 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-pear-Text-Password using yum by running the following command:

sudo yum -y install php-pear-Text-Password

How To Uninstall php-pear-Text-Password on Fedora 36

To uninstall only the php-pear-Text-Password package we can use the following command:

sudo dnf remove php-pear-Text-Password

php-pear-Text-Password Package Contents on Fedora 36

/usr/share/licenses/php-pear-Text-Password
/usr/share/licenses/php-pear-Text-Password/LICENSE
/usr/share/pear/Text
/usr/share/pear/Text/Password.php
/usr/share/tests/pear/Text_Password
/usr/share/tests/pear/Text_Password/tests
/usr/share/tests/pear/Text_Password/tests/Text_Password_Test.php
/var/lib/pear/pkgxml/php-pear-Text-Password.xml

References

Summary

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