How to Install and Uninstall perl-Test-Roo.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Test-Roo.noarch" package

Here is a brief guide to show you how to install perl-Test-Roo.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-Roo.noarch

2. Uninstall "perl-Test-Roo.noarch" package

This tutorial shows how to uninstall perl-Test-Roo.noarch on Fedora 34:

$ sudo dnf remove perl-Test-Roo.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Roo.noarch package on Fedora 34

Last metadata expiration check: 5:47:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Roo
Version : 1.004
Release : 16.fc34
Architecture : noarch
Size : 39 k
Source : perl-Test-Roo-1.004-16.fc34.src.rpm
Repository : fedora
Summary : Composable, reusable tests with roles and Moo
URL : https://metacpan.org/release/Test-Roo/
License : ASL 2.0
Description : This module allows you to compose Test::More tests from roles. It is inspired
: by the excellent Test::Routine module, but uses Moo instead of Moose. This
: gives most of the benefits without the need for Moose as a test dependency.