How to Install and Uninstall perl-Test-Dependencies.noarch Package on Rocky Linux 8

Last updated: September 21,2024

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

Here is a brief guide to show you how to install perl-Test-Dependencies.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Test-Dependencies.noarch on Rocky Linux 8:

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

3. Information about the perl-Test-Dependencies.noarch package on Rocky Linux 8

Last metadata expiration check: 1:15:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Dependencies
Version : 0.24
Release : 1.el8
Architecture : noarch
Size : 31 k
Source : perl-Test-Dependencies-0.24-1.el8.src.rpm
Repository : epel
Summary : Ensure that your Makefile.PL specifies all module dependencies
URL : https://metacpan.org/release/Test-Dependencies
License : GPL+ or Artistic
Description : Makes sure that all of the modules that are 'use'd are listed in the
: Makefile.PL as dependencies.
:
: It has two styles: light, which is fast but confusable; and heavy, which takes
: more time but is more accurate.