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

Last updated: July 01,2024

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

Please follow the guidelines below to install perl-Module-Locate.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Module-Locate.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:33:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Module-Locate
Version : 1.80
Release : 16.fc34
Architecture : noarch
Size : 23 k
Source : perl-Module-Locate-1.80-16.fc34.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.