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

Last updated: October 07,2024

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

Please follow the steps below to install perl-Module-Path.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Module-Path.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:48:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Module-Path
Version : 0.19
Release : 18.fc34
Architecture : noarch
Size : 25 k
Source : perl-Module-Path-0.19-18.fc34.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.