How to Install and Uninstall perl-Module-Extract-Use.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

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

Please follow the instructions below to install perl-Module-Extract-Use.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ 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 Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Module-Extract-Use.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:26:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Module-Extract-Use
Version : 1.043
Release : 10.el8
Architecture : noarch
Size : 21 k
Source : perl-Module-Extract-Use-1.043-10.el8.src.rpm
Repository : epel
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.