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

Last updated: November 01,2024

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

Please follow the guidelines below to install perl-Module-Path.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Module-Path.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:42:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Module-Path
Version : 0.19
Release : 20.fc35
Architecture : noarch
Size : 25 k
Source : perl-Module-Path-0.19-20.fc35.src.rpm
Repository : fedora
Summary : Get the full path to a locally installed module
URL : https://metacpan.org/release/Module-Path
License : GPL+ or Artistic
Description : This Module::Path Perl module provides a single function, module_path(), which
: takes a module name and finds the first directory in your @INC path where the
: module is installed locally. It returns the full path to that file, resolving
: any symbolic links.