How To Install perl-Test-Able-Runner on Fedora 36

In this tutorial we learn how to install perl-Test-Able-Runner in Fedora 36. perl-Test-Able-Runner is Use Test

Introduction

In this tutorial we learn how to install perl-Test-Able-Runner on Fedora 36.

What is perl-Test-Able-Runner

I like Test runner and modify it when I use it in a new project. This provides a basic test runner for your testable tests that takes care of the basics for you. You can extend it a bit to customize things if you like as well. Let me know if you want this to do something else.

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

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

sudo dnf -y install perl-Test-Able-Runner

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

sudo yum -y install perl-Test-Able-Runner

How To Uninstall perl-Test-Able-Runner on Fedora 36

To uninstall only the perl-Test-Able-Runner package we can use the following command:

sudo dnf remove perl-Test-Able-Runner

perl-Test-Able-Runner Package Contents on Fedora 36

/usr/share/doc/perl-Test-Able-Runner
/usr/share/doc/perl-Test-Able-Runner/Changes
/usr/share/doc/perl-Test-Able-Runner/LICENSE
/usr/share/doc/perl-Test-Able-Runner/README
/usr/share/man/man3/Test::Able::Runner.3pm.gz
/usr/share/man/man3/Test::Able::Runner::Role::Meta::Class.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Able
/usr/share/perl5/vendor_perl/Test/Able/Runner
/usr/share/perl5/vendor_perl/Test/Able/Runner.pm
/usr/share/perl5/vendor_perl/Test/Able/Runner/Role
/usr/share/perl5/vendor_perl/Test/Able/Runner/Role/Meta
/usr/share/perl5/vendor_perl/Test/Able/Runner/Role/Meta/Class.pm

References

Summary

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