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

Last updated: October 05,2024

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

Please follow the guidance below to install perl-Module-ExtractUse.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Module-ExtractUse.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:12:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Module-ExtractUse
Version : 0.343
Release : 8.fc34
Architecture : noarch
Size : 46 k
Source : perl-Module-ExtractUse-0.343-8.fc34.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.