How to Install and Uninstall perl-Module-Extract-Use.noarch Package on Rocky Linux 8

Last updated: July 01,2024

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

This guide let you learn how to install perl-Module-Extract-Use.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall perl-Module-Extract-Use.noarch on Rocky Linux 8:

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

3. Information about the perl-Module-Extract-Use.noarch package on Rocky Linux 8

Last metadata expiration check: 0:59:20 ago on Mon Sep 12 10:27:18 2022.
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.