How To Install php-pear-Crypt-Blowfish on Fedora 36

In this tutorial we learn how to install php-pear-Crypt-Blowfish in Fedora 36. php-pear-Crypt-Blowfish is Quick two-way blowfish encryption

Introduction

In this tutorial we learn how to install php-pear-Crypt-Blowfish on Fedora 36.

What is php-pear-Crypt-Blowfish

This package allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available.

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

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

sudo dnf -y install php-pear-Crypt-Blowfish

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

sudo yum -y install php-pear-Crypt-Blowfish

How To Uninstall php-pear-Crypt-Blowfish on Fedora 36

To uninstall only the php-pear-Crypt-Blowfish package we can use the following command:

sudo dnf remove php-pear-Crypt-Blowfish

php-pear-Crypt-Blowfish Package Contents on Fedora 36

/usr/share/pear/Crypt
/usr/share/pear/Crypt/Blowfish
/usr/share/pear/Crypt/Blowfish.php
/usr/share/pear/Crypt/Blowfish/CBC.php
/usr/share/pear/Crypt/Blowfish/DefaultKey.php
/usr/share/pear/Crypt/Blowfish/ECB.php
/usr/share/pear/Crypt/Blowfish/MCrypt.php
/usr/share/pear/Crypt/Blowfish/PHP.php
/usr/share/tests/pear/Crypt_Blowfish
/usr/share/tests/pear/Crypt_Blowfish/tests
/usr/share/tests/pear/Crypt_Blowfish/tests/blowfish.phpt
/usr/share/tests/pear/Crypt_Blowfish/tests/blowfish_cbc.phpt
/usr/share/tests/pear/Crypt_Blowfish/tests/vectors.txt
/usr/share/tests/pear/Crypt_Blowfish/tests/vectors_cbc.txt
/var/lib/pear/pkgxml/php-pear-Crypt-Blowfish.xml

References

Summary

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