How To Install perl-IO-All on Rocky Linux 8

In this tutorial we learn how to install perl-IO-All on Rocky Linux 8. perl-IO-All is IO

Introduction

In this tutorial we learn how to install perl-IO-All on Rocky Linux 8.

What is perl-IO-All

The IO IO well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO adds dozens of other helpful idiomatic methods including file stat and manipulation functions.

We can use yum or dnf to install perl-IO-All on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-All.

Install perl-IO-All on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-IO-All using dnf by running the following command:

sudo dnf -y install perl-IO-All

Install perl-IO-All on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-IO-All using yum by running the following command:

sudo yum -y install perl-IO-All

How To Uninstall perl-IO-All on Rocky Linux 8

To uninstall only the perl-IO-All package we can use the following command:

sudo dnf remove perl-IO-All

perl-IO-All Package Contents on Rocky Linux 8

/usr/share/doc/perl-IO-All
/usr/share/doc/perl-IO-All/CONTRIBUTING
/usr/share/doc/perl-IO-All/Changes
/usr/share/doc/perl-IO-All/README
/usr/share/doc/perl-IO-All/example
/usr/share/doc/perl-IO-All/example/create-cat-to.pl
/usr/share/licenses/perl-IO-All
/usr/share/licenses/perl-IO-All/LICENSE
/usr/share/man/man3/IO::All.3pm.gz
/usr/share/man/man3/IO::All::DBM.3pm.gz
/usr/share/man/man3/IO::All::Dir.3pm.gz
/usr/share/man/man3/IO::All::File.3pm.gz
/usr/share/man/man3/IO::All::Filesys.3pm.gz
/usr/share/man/man3/IO::All::Link.3pm.gz
/usr/share/man/man3/IO::All::MLDBM.3pm.gz
/usr/share/man/man3/IO::All::Pipe.3pm.gz
/usr/share/man/man3/IO::All::STDIO.3pm.gz
/usr/share/man/man3/IO::All::Socket.3pm.gz
/usr/share/man/man3/IO::All::String.3pm.gz
/usr/share/man/man3/IO::All::Temp.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/All
/usr/share/perl5/vendor_perl/IO/All.pm
/usr/share/perl5/vendor_perl/IO/All.pod
/usr/share/perl5/vendor_perl/IO/All/Base.pm
/usr/share/perl5/vendor_perl/IO/All/DBM.pm
/usr/share/perl5/vendor_perl/IO/All/DBM.pod
/usr/share/perl5/vendor_perl/IO/All/Dir.pm
/usr/share/perl5/vendor_perl/IO/All/Dir.pod
/usr/share/perl5/vendor_perl/IO/All/File.pm
/usr/share/perl5/vendor_perl/IO/All/File.pod
/usr/share/perl5/vendor_perl/IO/All/Filesys.pm
/usr/share/perl5/vendor_perl/IO/All/Filesys.pod
/usr/share/perl5/vendor_perl/IO/All/Link.pm
/usr/share/perl5/vendor_perl/IO/All/Link.pod
/usr/share/perl5/vendor_perl/IO/All/MLDBM.pm
/usr/share/perl5/vendor_perl/IO/All/MLDBM.pod
/usr/share/perl5/vendor_perl/IO/All/Pipe.pm
/usr/share/perl5/vendor_perl/IO/All/Pipe.pod
/usr/share/perl5/vendor_perl/IO/All/STDIO.pm
/usr/share/perl5/vendor_perl/IO/All/STDIO.pod
/usr/share/perl5/vendor_perl/IO/All/Socket.pm
/usr/share/perl5/vendor_perl/IO/All/Socket.pod
/usr/share/perl5/vendor_perl/IO/All/String.pm
/usr/share/perl5/vendor_perl/IO/All/String.pod
/usr/share/perl5/vendor_perl/IO/All/Temp.pm
/usr/share/perl5/vendor_perl/IO/All/Temp.pod

References

Summary

In this tutorial we learn how to install perl-IO-All on Rocky Linux 8 using yum and dnf.