How To Install perl-IO-Prompt on Fedora 36

In this tutorial we learn how to install perl-IO-Prompt in Fedora 36. perl-IO-Prompt is Interactively prompt for user input

Introduction

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

What is perl-IO-Prompt

An object-oriented way to prompt for user input – and control how the user is prompted. This module is no longer being maintained. Use the IO

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

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

sudo dnf -y install perl-IO-Prompt

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

sudo yum -y install perl-IO-Prompt

How To Uninstall perl-IO-Prompt on Fedora 36

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

sudo dnf remove perl-IO-Prompt

perl-IO-Prompt Package Contents on Fedora 36

/usr/share/doc/perl-IO-Prompt
/usr/share/doc/perl-IO-Prompt/Changes
/usr/share/doc/perl-IO-Prompt/README
/usr/share/doc/perl-IO-Prompt/examples
/usr/share/doc/perl-IO-Prompt/examples/clear.pl
/usr/share/doc/perl-IO-Prompt/examples/cmdline.pl
/usr/share/doc/perl-IO-Prompt/examples/data.pl
/usr/share/doc/perl-IO-Prompt/examples/default.pl
/usr/share/doc/perl-IO-Prompt/examples/hand.pl
/usr/share/doc/perl-IO-Prompt/examples/interactive.pl
/usr/share/doc/perl-IO-Prompt/examples/lingua.pl
/usr/share/doc/perl-IO-Prompt/examples/menu.pl
/usr/share/doc/perl-IO-Prompt/examples/nonl.pl
/usr/share/doc/perl-IO-Prompt/examples/num.pl
/usr/share/doc/perl-IO-Prompt/examples/passwd.pl
/usr/share/doc/perl-IO-Prompt/examples/record.pl
/usr/share/doc/perl-IO-Prompt/examples/require.pl
/usr/share/doc/perl-IO-Prompt/examples/to.pl
/usr/share/doc/perl-IO-Prompt/examples/tty.pl
/usr/share/doc/perl-IO-Prompt/examples/underscore.pl
/usr/share/doc/perl-IO-Prompt/examples/while_until.pl
/usr/share/doc/perl-IO-Prompt/examples/yesno.pl
/usr/share/man/man3/IO::Prompt.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Prompt.pm

References

Summary

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