How To Install perl-Test-Roo on Fedora 36

In this tutorial we learn how to install perl-Test-Roo in Fedora 36. perl-Test-Roo is Composable, reusable tests with roles and Moo

Introduction

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

What is perl-Test-Roo

This module allows you to compose Test by the excellent Test gives most of the benefits without the need for Moose as a test dependency.

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

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

sudo dnf -y install perl-Test-Roo

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

sudo yum -y install perl-Test-Roo

How To Uninstall perl-Test-Roo on Fedora 36

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

sudo dnf remove perl-Test-Roo

perl-Test-Roo Package Contents on Fedora 36

/usr/share/doc/perl-Test-Roo
/usr/share/doc/perl-Test-Roo/Changes
/usr/share/doc/perl-Test-Roo/README
/usr/share/licenses/perl-Test-Roo
/usr/share/licenses/perl-Test-Roo/LICENSE
/usr/share/man/man3/Test::Roo.3pm.gz
/usr/share/man/man3/Test::Roo::Class.3pm.gz
/usr/share/man/man3/Test::Roo::Cookbook.3pm.gz
/usr/share/man/man3/Test::Roo::Role.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Roo
/usr/share/perl5/vendor_perl/Test/Roo.pm
/usr/share/perl5/vendor_perl/Test/Roo/Class.pm
/usr/share/perl5/vendor_perl/Test/Roo/Cookbook.pm
/usr/share/perl5/vendor_perl/Test/Roo/Role.pm

References

Summary

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