How to Install and Uninstall perl-IO-All.noarch Package on Fedora 38

Last updated: September 23,2024

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

This tutorial shows how to install perl-IO-All.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-IO-All.noarch on Fedora 38:

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

3. Information about the perl-IO-All.noarch package on Fedora 38

Last metadata expiration check: 4:22:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-IO-All
Version : 0.87
Release : 19.fc38
Architecture : noarch
Size : 90 k
Source : perl-IO-All-0.87-19.fc38.src.rpm
Repository : fedora
Summary : IO::All Perl module
URL : https://metacpan.org/release/IO-All
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,
: IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as
: well as all the DBM and MLDBM modules. You can use most of the methods
: found in these classes and in IO::Handle (which they inherit from). IO::All
: adds dozens of other helpful idiomatic methods including file stat and
: manipulation functions.