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

Last updated: October 06,2024

1. Install "perl-Module-Extract-Use.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-Module-Extract-Use.noarch

2. Uninstall "perl-Module-Extract-Use.noarch" package

Learn how to uninstall perl-Module-Extract-Use.noarch on Fedora 34:

$ sudo dnf remove perl-Module-Extract-Use.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:35:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Module-Extract-Use
Version : 1.047
Release : 4.fc34
Architecture : noarch
Size : 22 k
Source : perl-Module-Extract-Use-1.047-4.fc34.src.rpm
Repository : fedora
Summary : Pull out the modules a module explicitly uses
URL : https://metacpan.org/release/Module-Extract-Use
License : Artistic 2.0
Description : Extract the names of the modules used in a file using a static analysis. Since
: this module does not run code, it cannot find dynamic uses of modules, such as
: eval "require $class". It only reports modules that the file loads directly.
: Modules loaded with parent or base, for instance, will be in the import list
: for those pragmas but won't have separate entries in the data this module
: returns.