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

Last updated: October 05,2024

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

This is a short guide on how to install perl-IO-All.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-IO-All.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:31:13 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-IO-All
Version : 0.87
Release : 16.fc36
Architecture : noarch
Size : 86 k
Source : perl-IO-All-0.87-16.fc36.src.rpm
Repository : fedora
Summary : IO::All Perl module
URL : https://metacpan.org/release/IO-All
License : GPL+ or Artistic
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.