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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Dependencies.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Test-Dependencies.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:38:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Dependencies
Version : 0.30
Release : 2.fc34
Architecture : noarch
Size : 26 k
Source : perl-Test-Dependencies-0.30-2.fc34.src.rpm
Repository : fedora
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.