How To Install perl-IO-Prompt-Tiny on Fedora 36

In this tutorial we learn how to install perl-IO-Prompt-Tiny in Fedora 36. perl-IO-Prompt-Tiny is Prompt for user input with a default option

Introduction

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

What is perl-IO-Prompt-Tiny

This is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils this module gives it to you without all the overhead of ExtUtils to prompt for input.

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

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

sudo dnf -y install perl-IO-Prompt-Tiny

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

sudo yum -y install perl-IO-Prompt-Tiny

How To Uninstall perl-IO-Prompt-Tiny on Fedora 36

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

sudo dnf remove perl-IO-Prompt-Tiny

perl-IO-Prompt-Tiny Package Contents on Fedora 36

/usr/share/doc/perl-IO-Prompt-Tiny
/usr/share/doc/perl-IO-Prompt-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/perl-IO-Prompt-Tiny/Changes
/usr/share/doc/perl-IO-Prompt-Tiny/README
/usr/share/licenses/perl-IO-Prompt-Tiny
/usr/share/licenses/perl-IO-Prompt-Tiny/LICENSE
/usr/share/man/man3/IO::Prompt::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Prompt
/usr/share/perl5/vendor_perl/IO/Prompt/Tiny.pm

References

Summary

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