How to Install and Uninstall perl-Module-Install-ExtraTests.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "perl-Module-Install-ExtraTests.noarch" package

This guide covers the steps necessary to install perl-Module-Install-ExtraTests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Module-Install-ExtraTests.noarch

2. Uninstall "perl-Module-Install-ExtraTests.noarch" package

Here is a brief guide to show you how to uninstall perl-Module-Install-ExtraTests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Module-Install-ExtraTests.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Install-ExtraTests.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Module-Install-ExtraTests
Version : 0.008
Release : 23.el8
Architecture : noarch
Size : 24 k
Source : perl-Module-Install-ExtraTests-0.008-23.el8.src.rpm
Repository : epel
Summary : Ignorable, contextual test support for Module::Install
URL : https://metacpan.org/release/Module-Install-ExtraTests
License : GPL+ or Artistic
Description : This allows extra_tests; to be declared in Makefile.PL, indicating that the
: test files found in the directory ./xt should be run only in certain
: instances:
:
: ./xt/author - run when the tests are being run in an author's working copy
: ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1)
: ./xt/release - run during "make disttest"