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

Last updated: May 10,2024

1. Install "perl-File-NCopy.noarch" package

Please follow the guidelines below to install perl-File-NCopy.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-File-NCopy.noarch

2. Uninstall "perl-File-NCopy.noarch" package

This guide covers the steps necessary to uninstall perl-File-NCopy.noarch on Fedora 36:

$ sudo dnf remove perl-File-NCopy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-NCopy
Version : 0.36
Release : 38.fc36
Architecture : noarch
Size : 19 k
Source : perl-File-NCopy-0.36-38.fc36.src.rpm
Repository : fedora
Summary : Copy files to directories, or a single file to another file
URL : https://metacpan.org/release/File-NCopy
License : GPL+ or Artistic
Description : File::NCopy copies files to directories, or a single file to another
: file. The functionality is very similar to cp.
:
: Deprecated module. Use only if required by other module.
: You can use File::Copy::Recursive instead.