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

In this tutorial we learn how to install perl-IO-Interactive on Rocky Linux 8. perl-IO-Interactive is Utilities for interactive I/O

Introduction

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

What is perl-IO-Interactive

This module provides utility subroutines that make it easier to develop interactive applications.

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

Install perl-IO-Interactive 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-Interactive using dnf by running the following command:

sudo dnf -y install perl-IO-Interactive

Install perl-IO-Interactive 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-Interactive using yum by running the following command:

sudo yum -y install perl-IO-Interactive

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

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

sudo dnf remove perl-IO-Interactive

perl-IO-Interactive Package Contents on Rocky Linux 8

/usr/share/doc/perl-IO-Interactive
/usr/share/doc/perl-IO-Interactive/Changes
/usr/share/doc/perl-IO-Interactive/README.pod
/usr/share/doc/perl-IO-Interactive/examples
/usr/share/doc/perl-IO-Interactive/examples/interactive.pl
/usr/share/doc/perl-IO-Interactive/examples/memory_test.pl
/usr/share/doc/perl-IO-Interactive/license_clarification
/usr/share/licenses/perl-IO-Interactive
/usr/share/licenses/perl-IO-Interactive/LICENSE
/usr/share/man/man3/IO::Interactive.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Interactive.pm

References

Summary

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