How to Install and Uninstall perl-Module-ExtractUse.noarch Package on Fedora 35

Last updated: January 14,2025

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

Here is a brief guide to show you how to install perl-Module-ExtractUse.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Module-ExtractUse.noarch on Fedora 35:

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

3. Information about the perl-Module-ExtractUse.noarch package on Fedora 35

Last metadata expiration check: 4:40:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Module-ExtractUse
Version : 0.344
Release : 1.fc35
Architecture : noarch
Size : 46 k
Source : perl-Module-ExtractUse-0.344-1.fc35.src.rpm
Repository : fedora
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.