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

Last updated: October 09,2024

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

This tutorial shows how to install perl-Test-Dependencies.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Test-Dependencies.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:05:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Dependencies
Version : 0.32
Release : 2.fc39
Architecture : noarch
Size : 25 k
Source : perl-Test-Dependencies-0.32-2.fc39.src.rpm
Repository : fedora
Summary : Ensure that your Makefile.PL specifies all module dependencies
URL : https://metacpan.org/release/Test-Dependencies
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.