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

Last updated: November 27,2024

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

This tutorial shows how to install perl-Module-ExtractUse.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Learn how to uninstall perl-Module-ExtractUse.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:15:46 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Module-ExtractUse
Version : 0.343
Release : 1.el8
Architecture : noarch
Size : 54 k
Source : perl-Module-ExtractUse-0.343-1.el8.src.rpm
Repository : epel
Summary : Find out what modules are used
URL : https://metacpan.org/release/Module-ExtractUse
License : GPL+ or Artistic
Description : Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
: code. It tries very hard to find all modules (whether pragmas, Core, or
: from CPAN) used by the parsed code.