How to Install and Uninstall perl-Tie-File.noarch Package on Oracle Linux 9
Last updated: November 01,2024
1. Install "perl-Tie-File.noarch" package
Please follow the instructions below to install perl-Tie-File.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Tie-File.noarch
Copied
2. Uninstall "perl-Tie-File.noarch" package
Please follow the steps below to uninstall perl-Tie-File.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Tie-File.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Tie-File.noarch package on Oracle Linux 9
Last metadata expiration check: 0:26:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Tie-File
Version : 1.06
Release : 480.el9
Architecture : noarch
Size : 43 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Access the lines of a disk file via a Perl array
URL : https://www.perl.org/
License : GPLv2+ or Artistic
Description : Tie::File represents a regular text file as a Perl array. Each element in the
: array corresponds to a record in the file. The first line of the file is
: element 0 of the array; the second line is element 1, and so on. The file is
: not loaded into memory, so this will work even for gigantic files. Changes to
: the array are reflected in the file immediately.
Available Packages
Name : perl-Tie-File
Version : 1.06
Release : 480.el9
Architecture : noarch
Size : 43 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Access the lines of a disk file via a Perl array
URL : https://www.perl.org/
License : GPLv2+ or Artistic
Description : Tie::File represents a regular text file as a Perl array. Each element in the
: array corresponds to a record in the file. The first line of the file is
: element 0 of the array; the second line is element 1, and so on. The file is
: not loaded into memory, so this will work even for gigantic files. Changes to
: the array are reflected in the file immediately.