How to Install and Uninstall perl-File-Spec-Native.noarch Package on Fedora 36

Last updated: April 30,2024

1. Install "perl-File-Spec-Native.noarch" package

This tutorial shows how to install perl-File-Spec-Native.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-File-Spec-Native.noarch

2. Uninstall "perl-File-Spec-Native.noarch" package

Here is a brief guide to show you how to uninstall perl-File-Spec-Native.noarch on Fedora 36:

$ sudo dnf remove perl-File-Spec-Native.noarch $ sudo dnf autoremove

3. Information about the perl-File-Spec-Native.noarch package on Fedora 36

Last metadata expiration check: 0:16:53 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-File-Spec-Native
Version : 1.004
Release : 20.fc36
Architecture : noarch
Size : 20 k
Source : perl-File-Spec-Native-1.004-20.fc36.src.rpm
Repository : fedora
Summary : Use native OS implementation of File::Spec from a subclass
URL : https://metacpan.org/release/File-Spec-Native
License : GPL+ or Artistic
Description : This module is a stupid hack to make the default File::Spec behavior
: available from a subclass. This can be useful when using another module
: that expects a subclass of File::Spec but you want to use the current,
: native OS format (automatically detected by File::Spec).