How To Install php-ircmaxell-random-lib on Fedora 36

In this tutorial we learn how to install php-ircmaxell-random-lib in Fedora 36. php-ircmaxell-random-lib is A Library For Generating Secure Random Numbers

Introduction

In this tutorial we learn how to install php-ircmaxell-random-lib on Fedora 36.

What is php-ircmaxell-random-lib

A library for generating random numbers and strings of various strengths. This library is useful in security contexts. Autoloader

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

Install php-ircmaxell-random-lib 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-ircmaxell-random-lib using dnf by running the following command:

sudo dnf -y install php-ircmaxell-random-lib

Install php-ircmaxell-random-lib 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-ircmaxell-random-lib using yum by running the following command:

sudo yum -y install php-ircmaxell-random-lib

How To Uninstall php-ircmaxell-random-lib on Fedora 36

To uninstall only the php-ircmaxell-random-lib package we can use the following command:

sudo dnf remove php-ircmaxell-random-lib

php-ircmaxell-random-lib Package Contents on Fedora 36

/usr/share/doc/php-ircmaxell-random-lib
/usr/share/doc/php-ircmaxell-random-lib/README.md
/usr/share/doc/php-ircmaxell-random-lib/composer.json
/usr/share/licenses/php-ircmaxell-random-lib
/usr/share/licenses/php-ircmaxell-random-lib/LICENSE
/usr/share/php/RandomLib
/usr/share/php/RandomLib/AbstractMcryptMixer.php
/usr/share/php/RandomLib/AbstractMixer.php
/usr/share/php/RandomLib/AbstractSource.php
/usr/share/php/RandomLib/Factory.php
/usr/share/php/RandomLib/Generator.php
/usr/share/php/RandomLib/Mixer
/usr/share/php/RandomLib/Mixer.php
/usr/share/php/RandomLib/Mixer/Hash.php
/usr/share/php/RandomLib/Mixer/McryptRijndael128.php
/usr/share/php/RandomLib/Mixer/XorMixer.php
/usr/share/php/RandomLib/Source
/usr/share/php/RandomLib/Source.php
/usr/share/php/RandomLib/Source/CAPICOM.php
/usr/share/php/RandomLib/Source/MTRand.php
/usr/share/php/RandomLib/Source/MicroTime.php
/usr/share/php/RandomLib/Source/OpenSSL.php
/usr/share/php/RandomLib/Source/Rand.php
/usr/share/php/RandomLib/Source/Random.php
/usr/share/php/RandomLib/Source/RandomBytes.php
/usr/share/php/RandomLib/Source/Sodium.php
/usr/share/php/RandomLib/Source/URandom.php
/usr/share/php/RandomLib/Source/UniqID.php
/usr/share/php/RandomLib/autoload.php

References

Summary

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