How to Install and Uninstall perl-Tie-File.noarch Package on Fedora 35

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Tie-File.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Tie-File.noarch on Fedora 35:

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

3. Information about the perl-Tie-File.noarch package on Fedora 35

Last metadata expiration check: 1:28:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Tie-File
Version : 1.06
Release : 486.fc35
Architecture : noarch
Size : 48 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
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.