How To Install perl-Reply on Fedora 36

In this tutorial we learn how to install perl-Reply in Fedora 36. perl-Reply is Plugin-based read-evaluate-print loop for Perl

Introduction

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

What is perl-Reply

Reply is a lightweight, extensible read-evaluate-print loop (REPL) for Perl. It is plugin-based (see Reply advanced features such as coloring and pretty printing, Readline support, and pluggable commands.

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

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

sudo dnf -y install perl-Reply

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

sudo yum -y install perl-Reply

How To Uninstall perl-Reply on Fedora 36

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

sudo dnf remove perl-Reply

perl-Reply Package Contents on Fedora 36

/usr/bin/reply
/usr/share/doc/perl-Reply
/usr/share/doc/perl-Reply/Changes
/usr/share/doc/perl-Reply/README
/usr/share/licenses/perl-Reply
/usr/share/licenses/perl-Reply/LICENSE
/usr/share/man/man1/reply.1.gz
/usr/share/man/man3/Reply.3pm.gz
/usr/share/man/man3/Reply::App.3pm.gz
/usr/share/man/man3/Reply::Config.3pm.gz
/usr/share/man/man3/Reply::Plugin.3pm.gz
/usr/share/man/man3/Reply::Plugin::AutoRefresh.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Commands.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Functions.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Globals.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Keywords.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Lexicals.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Methods.3pm.gz
/usr/share/man/man3/Reply::Plugin::Autocomplete::Packages.3pm.gz
/usr/share/man/man3/Reply::Plugin::CollapseStack.3pm.gz
/usr/share/man/man3/Reply::Plugin::Colors.3pm.gz
/usr/share/man/man3/Reply::Plugin::DataDump.3pm.gz
/usr/share/man/man3/Reply::Plugin::DataDumper.3pm.gz
/usr/share/man/man3/Reply::Plugin::DataPrinter.3pm.gz
/usr/share/man/man3/Reply::Plugin::Editor.3pm.gz
/usr/share/man/man3/Reply::Plugin::FancyPrompt.3pm.gz
/usr/share/man/man3/Reply::Plugin::Hints.3pm.gz
/usr/share/man/man3/Reply::Plugin::Interrupt.3pm.gz
/usr/share/man/man3/Reply::Plugin::LexicalPersistence.3pm.gz
/usr/share/man/man3/Reply::Plugin::LoadClass.3pm.gz
/usr/share/man/man3/Reply::Plugin::Nopaste.3pm.gz
/usr/share/man/man3/Reply::Plugin::Packages.3pm.gz
/usr/share/man/man3/Reply::Plugin::Pager.3pm.gz
/usr/share/man/man3/Reply::Plugin::ReadLine.3pm.gz
/usr/share/man/man3/Reply::Plugin::ResultCache.3pm.gz
/usr/share/man/man3/Reply::Plugin::Timer.3pm.gz
/usr/share/perl5/vendor_perl/Reply
/usr/share/perl5/vendor_perl/Reply.pm
/usr/share/perl5/vendor_perl/Reply/App.pm
/usr/share/perl5/vendor_perl/Reply/Config.pm
/usr/share/perl5/vendor_perl/Reply/Plugin
/usr/share/perl5/vendor_perl/Reply/Plugin.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/AutoRefresh.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Commands.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Functions.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Globals.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Keywords.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Lexicals.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Methods.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Autocomplete/Packages.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/CollapseStack.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Colors.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/DataDump.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/DataDumper.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/DataPrinter.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Defaults.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Editor.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/FancyPrompt.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Hints.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Interrupt.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/LexicalPersistence.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/LoadClass.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Nopaste.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Packages.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Pager.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/ReadLine.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/ResultCache.pm
/usr/share/perl5/vendor_perl/Reply/Plugin/Timer.pm
/usr/share/perl5/vendor_perl/Reply/Util.pm

References

Summary

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