How To Install php-mtdowling-transducers on Fedora 36

In this tutorial we learn how to install php-mtdowling-transducers in Fedora 36. php-mtdowling-transducers is Composable algorithmic transformations

Introduction

In this tutorial we learn how to install php-mtdowling-transducers on Fedora 36.

What is php-mtdowling-transducers

Transducers [1] are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used in many different processes - collections, streams, channels, observables, etc. Transducers compose directly, without awareness of input or creation of intermediate aggregates. [1] http

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

Install php-mtdowling-transducers 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-mtdowling-transducers using dnf by running the following command:

sudo dnf -y install php-mtdowling-transducers

Install php-mtdowling-transducers 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-mtdowling-transducers using yum by running the following command:

sudo yum -y install php-mtdowling-transducers

How To Uninstall php-mtdowling-transducers on Fedora 36

To uninstall only the php-mtdowling-transducers package we can use the following command:

sudo dnf remove php-mtdowling-transducers

php-mtdowling-transducers Package Contents on Fedora 36

/usr/share/doc/php-mtdowling-transducers
/usr/share/doc/php-mtdowling-transducers/CHANGELOG.md
/usr/share/doc/php-mtdowling-transducers/README.rst
/usr/share/doc/php-mtdowling-transducers/composer.json
/usr/share/licenses/php-mtdowling-transducers
/usr/share/licenses/php-mtdowling-transducers/LICENSE
/usr/share/php/transducers
/usr/share/php/transducers/autoload.php
/usr/share/php/transducers/transducers.php

References

Summary

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