How To Install perl-App-CLI on Fedora 36

In this tutorial we learn how to install perl-App-CLI in Fedora 36. perl-App-CLI is Dispatcher module for command line interface programs

Introduction

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

What is perl-App-CLI

App command classes. It also supports sub-command and per-command options.

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

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

sudo dnf -y install perl-App-CLI

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

sudo yum -y install perl-App-CLI

How To Uninstall perl-App-CLI on Fedora 36

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

sudo dnf remove perl-App-CLI

perl-App-CLI Package Contents on Fedora 36

/usr/share/doc/perl-App-CLI
/usr/share/doc/perl-App-CLI/Changes
/usr/share/licenses/perl-App-CLI
/usr/share/licenses/perl-App-CLI/LICENSE
/usr/share/man/man3/App::CLI.3pm.gz
/usr/share/man/man3/App::CLI::Command.3pm.gz
/usr/share/man/man3/App::CLI::Command::Commands.3pm.gz
/usr/share/man/man3/App::CLI::Command::Help.3pm.gz
/usr/share/man/man3/App::CLI::Command::Version.3pm.gz
/usr/share/man/man3/App::CLI::Helper.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/CLI
/usr/share/perl5/vendor_perl/App/CLI.pm
/usr/share/perl5/vendor_perl/App/CLI/Command
/usr/share/perl5/vendor_perl/App/CLI/Command.pm
/usr/share/perl5/vendor_perl/App/CLI/Command/Commands.pm
/usr/share/perl5/vendor_perl/App/CLI/Command/Help.pm
/usr/share/perl5/vendor_perl/App/CLI/Command/Version.pm
/usr/share/perl5/vendor_perl/App/CLI/Helper.pm

References

Summary

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