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

Last updated: May 19,2024

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

Please follow the guidance below to install perl-Test-Dependencies.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Test-Dependencies.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:15:48 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Test-Dependencies
Version : 0.30
Release : 4.fc35
Architecture : noarch
Size : 25 k
Source : perl-Test-Dependencies-0.30-4.fc35.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.