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

Last updated: October 05,2024

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

This guide covers the steps necessary to install perl-IO-All.noarch on Fedora 34

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

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

Please follow the steps below to uninstall perl-IO-All.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:20:56 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-IO-All
Version : 0.87
Release : 13.fc34
Architecture : noarch
Size : 86 k
Source : perl-IO-All-0.87-13.fc34.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.