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

Last updated: October 07,2024

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

Please follow the instructions below to install perl-Test-Dependencies.noarch on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall perl-Test-Dependencies.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 3:37:53 ago on Mon Sep 12 02:51:38 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.