How to Install and Uninstall perl-File-Copy.noarch Package on Oracle Linux 9

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-File-Copy.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-File-Copy.noarch on Oracle Linux 9:

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

3. Information about the perl-File-Copy.noarch package on Oracle Linux 9

Last metadata expiration check: 1:15:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-File-Copy
Version : 2.34
Release : 480.el9
Architecture : noarch
Size : 20 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.