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

Last updated: October 01,2024

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

Please follow the instructions below to install perl-File-NCopy.noarch on Fedora 38

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

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

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

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

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

Last metadata expiration check: 3:31:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-File-NCopy
Version : 0.36
Release : 42.fc38
Architecture : noarch
Size : 19 k
Source : perl-File-NCopy-0.36-42.fc38.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.