How to Install and Uninstall php-mtdowling-transducers.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "php-mtdowling-transducers.noarch" package

This tutorial shows how to install php-mtdowling-transducers.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-mtdowling-transducers.noarch

2. Uninstall "php-mtdowling-transducers.noarch" package

This guide covers the steps necessary to uninstall php-mtdowling-transducers.noarch on Fedora 34:

$ sudo dnf remove php-mtdowling-transducers.noarch $ sudo dnf autoremove

3. Information about the php-mtdowling-transducers.noarch package on Fedora 34

Last metadata expiration check: 0:51:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-mtdowling-transducers
Version : 0.3.0
Release : 13.fc34
Architecture : noarch
Size : 22 k
Source : php-mtdowling-transducers-0.3.0-13.fc34.src.rpm
Repository : fedora
Summary : Composable algorithmic transformations
URL : https://github.com/mtdowling/transducers.php
License : MIT
Description : 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://clojure.org/transducers