How to Install and Uninstall perl-IO-Multiplex.noarch Package on Fedora 39

Last updated: January 13,2025

1. Install "perl-IO-Multiplex.noarch" package

Please follow the guidelines below to install perl-IO-Multiplex.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-IO-Multiplex.noarch

2. Uninstall "perl-IO-Multiplex.noarch" package

Please follow the instructions below to uninstall perl-IO-Multiplex.noarch on Fedora 39:

$ sudo dnf remove perl-IO-Multiplex.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Multiplex.noarch package on Fedora 39

Last metadata expiration check: 0:05:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-IO-Multiplex
Version : 1.16
Release : 26.fc39
Architecture : noarch
Size : 25 k
Source : perl-IO-Multiplex-1.16-26.fc39.src.rpm
Repository : fedora
Summary : Manage IO on many file handles
URL : https://metacpan.org/release/IO-Multiplex
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : IO::Multiplex is designed to take the effort out of managing multiple file
: handles. It is essentially a really fancy front end to the select system call.
: In addition to maintaining the select loop, it buffers all input and output
: to/from the file handles. It can also accept incoming connections on one or
: more listen sockets.