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

Last updated: September 19,2024

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

This guide covers the steps necessary to install perl-Module-ExtractUse.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Module-ExtractUse.noarch on Rocky Linux 8:

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

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

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