How To Install php-phpseclib-crypt-rc4 on Fedora 36

In this tutorial we learn how to install php-phpseclib-crypt-rc4 in Fedora 36. php-phpseclib-crypt-rc4 is Pure-PHP implementation of RC4

Introduction

In this tutorial we learn how to install php-phpseclib-crypt-rc4 on Fedora 36.

What is php-phpseclib-crypt-rc4

Uses mcrypt, if available, and an internal implementation, otherwise.

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

Install php-phpseclib-crypt-rc4 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-phpseclib-crypt-rc4 using dnf by running the following command:

sudo dnf -y install php-phpseclib-crypt-rc4

Install php-phpseclib-crypt-rc4 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-phpseclib-crypt-rc4 using yum by running the following command:

sudo yum -y install php-phpseclib-crypt-rc4

How To Uninstall php-phpseclib-crypt-rc4 on Fedora 36

To uninstall only the php-phpseclib-crypt-rc4 package we can use the following command:

sudo dnf remove php-phpseclib-crypt-rc4

php-phpseclib-crypt-rc4 Package Contents on Fedora 36

/usr/share/pear/Crypt/RC4.php
/var/lib/pear/pkgxml/php-phpseclib-crypt-rc4.xml

References

Summary

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