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

Last updated: September 26,2024

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

In this section, we are going to explain the necessary steps to install perl-File-NCopy.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall perl-File-NCopy.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:42:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-File-NCopy
Version : 0.36
Release : 43.fc39
Architecture : noarch
Size : 19 k
Source : perl-File-NCopy-0.36-43.fc39.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-1.0-or-later OR Artistic-1.0-Perl
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.