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

Last updated: June 18,2024

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

Here is a brief guide to show you how to install perl-Module-ExtractUse.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Module-ExtractUse.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:35:03 ago on Mon Sep 12 02:51:38 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.