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

Last updated: May 21,2024

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

Please follow the guidance below to install perl-Module-Locate.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-Module-Locate.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:18:00 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Module-Locate
Version : 1.80
Release : 18.fc35
Architecture : noarch
Size : 23 k
Source : perl-Module-Locate-1.80-18.fc35.src.rpm
Repository : fedora
Summary : Locate Perl modules in the same fashion as "require" and "use"
URL : https://metacpan.org/release/Module-Locate
License : GPL+ or Artistic
Description : Using "locate()", return the path that "require" would find for a given
: module or file name (it can also return a file handle if a reference in @INC
: has been used). This means you can test for the existence, or find the
: path for, modules without having to evaluate the code they contain.
:
: This module also comes with accompanying utility functions that are used
: within the module itself (except for "get_source") and are available for
: import.