How To Install perl-IO-Prompter on Fedora 36

In this tutorial we learn how to install perl-IO-Prompter in Fedora 36. perl-IO-Prompter is Prompt for input, read it, clean it, return it

Introduction

In this tutorial we learn how to install perl-IO-Prompter on Fedora 36.

What is perl-IO-Prompter

IO (but only if the program’s selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text.

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

Install perl-IO-Prompter on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-IO-Prompter

Install perl-IO-Prompter on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-IO-Prompter

How To Uninstall perl-IO-Prompter on Fedora 36

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

sudo dnf remove perl-IO-Prompter

perl-IO-Prompter Package Contents on Fedora 36

/usr/share/doc/perl-IO-Prompter
/usr/share/doc/perl-IO-Prompter/Changes
/usr/share/doc/perl-IO-Prompter/README
/usr/share/man/man3/IO::Prompter.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Prompter.pm

References

Summary

In this tutorial we learn how to install perl-IO-Prompter on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).