How to Install and Uninstall perl-Module-ScanDeps.noarch Package on Fedora 34

Last updated: September 19,2024

1. Install "perl-Module-ScanDeps.noarch" package

Learn how to install perl-Module-ScanDeps.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Module-ScanDeps.noarch

2. Uninstall "perl-Module-ScanDeps.noarch" package

Please follow the guidelines below to uninstall perl-Module-ScanDeps.noarch on Fedora 34:

$ sudo dnf remove perl-Module-ScanDeps.noarch $ sudo dnf autoremove

3. Information about the perl-Module-ScanDeps.noarch package on Fedora 34

Last metadata expiration check: 0:57:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Module-ScanDeps
Version : 1.31
Release : 1.fc34
Architecture : noarch
Size : 55 k
Source : perl-Module-ScanDeps-1.31-1.fc34.src.rpm
Repository : updates
Summary : Recursively scan Perl code for dependencies
URL : https://metacpan.org/release/Module-ScanDeps
License : GPL+ or Artistic
Description : This module scans potential modules used by perl programs and returns a
: hash reference. Its keys are the module names as they appear in %INC (e.g.
: Test/More.pm). The values are hash references.