How to Install and Uninstall perl-Module-Extract-Use.noarch Package on AlmaLinux 8
Last updated: November 24,2024
1. Install "perl-Module-Extract-Use.noarch" package
In this section, we are going to explain the necessary steps to install perl-Module-Extract-Use.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Module-Extract-Use.noarch
Copied
2. Uninstall "perl-Module-Extract-Use.noarch" package
Please follow the step by step instructions below to uninstall perl-Module-Extract-Use.noarch on AlmaLinux 8:
$
sudo dnf remove
perl-Module-Extract-Use.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Module-Extract-Use.noarch package on AlmaLinux 8
Last metadata expiration check: 0:31:19 ago on Mon Sep 5 03:22:42 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.
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.