How to Install and Uninstall perl-File-Copy.noarch Package on CentOS Stream 9

Last updated: October 08,2024

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

This tutorial shows how to install perl-File-Copy.noarch on CentOS Stream 9

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

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

Please follow the instructions below to uninstall perl-File-Copy.noarch on CentOS Stream 9:

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

3. Information about the perl-File-Copy.noarch package on CentOS Stream 9

Last metadata expiration check: 2:16:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-File-Copy
Version : 2.34
Release : 481.el9
Architecture : noarch
Size : 20 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : appstream
Summary : Copy files or file handles
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : A File::Copy module provides two basic functions, copy and move, which are
: useful for getting the contents of a file from one place to another.