How To Install perl-CatalystX-REPL on Fedora 36
Introduction
In this tutorial we learn how to install perl-CatalystX-REPL on Fedora 36.
What is perl-CatalystX-REPL
Using Carp the internal exceptions that are being thrown and caught by Catalyst during application startup. You’d have to manually skip over all of those. This role works around that by automatically setting up Carp starting your application, if the CATALYST_REPL or MYAPP_REPL environment variables are set.
We can use yum or dnf to install perl-CatalystX-REPL on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CatalystX-REPL.
Install perl-CatalystX-REPL 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-CatalystX-REPL using dnf by running the following command:
sudo dnf -y install perl-CatalystX-REPL
Install perl-CatalystX-REPL 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-CatalystX-REPL using yum by running the following command:
sudo yum -y install perl-CatalystX-REPL
How To Uninstall perl-CatalystX-REPL on Fedora 36
To uninstall only the perl-CatalystX-REPL package we can use the following command:
sudo dnf remove perl-CatalystX-REPL
perl-CatalystX-REPL Package Contents on Fedora 36
/usr/share/doc/perl-CatalystX-REPL
/usr/share/doc/perl-CatalystX-REPL/Changes
/usr/share/doc/perl-CatalystX-REPL/README
/usr/share/licenses/perl-CatalystX-REPL
/usr/share/licenses/perl-CatalystX-REPL/LICENSE
/usr/share/man/man3/CatalystX::REPL.3pm.gz
/usr/share/perl5/vendor_perl/CatalystX
/usr/share/perl5/vendor_perl/CatalystX/REPL.pm
References
Summary
In this tutorial we learn how to install perl-CatalystX-REPL on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).