How To Install php-pear-File-Passwd on Fedora 36

In this tutorial we learn how to install php-pear-File-Passwd in Fedora 36. php-pear-File-Passwd is Manipulate many kinds of password files

Introduction

In this tutorial we learn how to install php-pear-File-Passwd on Fedora 36.

What is php-pear-File-Passwd

Provides methods to manipulate and authenticate against standard Unix, SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver and custom formatted password files.

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

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

sudo dnf -y install php-pear-File-Passwd

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

sudo yum -y install php-pear-File-Passwd

How To Uninstall php-pear-File-Passwd on Fedora 36

To uninstall only the php-pear-File-Passwd package we can use the following command:

sudo dnf remove php-pear-File-Passwd

php-pear-File-Passwd Package Contents on Fedora 36

/usr/share/pear/File
/usr/share/pear/File/Passwd
/usr/share/pear/File/Passwd.php
/usr/share/pear/File/Passwd/Authbasic.php
/usr/share/pear/File/Passwd/Authdigest.php
/usr/share/pear/File/Passwd/Common.php
/usr/share/pear/File/Passwd/Custom.php
/usr/share/pear/File/Passwd/Cvs.php
/usr/share/pear/File/Passwd/Smb.php
/usr/share/pear/File/Passwd/Unix.php
/usr/share/tests/pear/File_Passwd
/usr/share/tests/pear/File_Passwd/tests
/usr/share/tests/pear/File_Passwd/tests/README.txt
/usr/share/tests/pear/File_Passwd/tests/common.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.authbasic.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.authdigest.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.custom.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.cvs.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.smb.txt
/usr/share/tests/pear/File_Passwd/tests/passwd.unix.txt
/usr/share/tests/pear/File_Passwd/tests/test_authbasic.php
/usr/share/tests/pear/File_Passwd/tests/test_authdigest.php
/usr/share/tests/pear/File_Passwd/tests/test_common.php
/usr/share/tests/pear/File_Passwd/tests/test_custom.php
/usr/share/tests/pear/File_Passwd/tests/test_cvs.php
/usr/share/tests/pear/File_Passwd/tests/test_file_passwd.php
/usr/share/tests/pear/File_Passwd/tests/test_smb.php
/usr/share/tests/pear/File_Passwd/tests/test_unix.php
/usr/share/tests/pear/File_Passwd/tests/testsuite.php
/var/lib/pear/pkgxml/php-pear-File-Passwd.xml

References

Summary

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