How To Install php-react-promise-timer on Fedora 36

In this tutorial we learn how to install php-react-promise-timer in Fedora 36. php-react-promise-timer is Trivial timeout implementation for Promises

Introduction

In this tutorial we learn how to install php-react-promise-timer on Fedora 36.

What is php-react-promise-timer

Trivial timeout implementation for Promises. Autoloader

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

Install php-react-promise-timer 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-react-promise-timer using dnf by running the following command:

sudo dnf -y install php-react-promise-timer

Install php-react-promise-timer 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-react-promise-timer using yum by running the following command:

sudo yum -y install php-react-promise-timer

How To Uninstall php-react-promise-timer on Fedora 36

To uninstall only the php-react-promise-timer package we can use the following command:

sudo dnf remove php-react-promise-timer

php-react-promise-timer Package Contents on Fedora 36

/usr/share/doc/php-react-promise-timer
/usr/share/doc/php-react-promise-timer/CHANGELOG.md
/usr/share/doc/php-react-promise-timer/README.md
/usr/share/doc/php-react-promise-timer/composer.json
/usr/share/licenses/php-react-promise-timer
/usr/share/licenses/php-react-promise-timer/LICENSE
/usr/share/php/React/Promise/Timer
/usr/share/php/React/Promise/Timer/TimeoutException.php
/usr/share/php/React/Promise/Timer/autoload.php
/usr/share/php/React/Promise/Timer/functions.php
/usr/share/php/React/Promise/Timer/functions_include.php

References

Summary

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