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

Last updated: May 02,2024

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

Please follow the instructions below to install perl-File-LoadLines.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-File-LoadLines.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:12:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-File-LoadLines
Version : 1.021
Release : 1.fc35
Architecture : noarch
Size : 15 k
Source : perl-File-LoadLines-1.021-1.fc35.src.rpm
Repository : fedora
Summary : Loads the contents of a text file into an array of lines
URL : https://metacpan.org/release/File-LoadLines
License : GPL+ or Artistic
Description : File-LoadLines provides an easy way to load the contents of a text
: file into an array of lines.
:
: It automatically handles ASCII, Latin and UTF-8 text.
: When the file has a BOM, it handles UTF-8, UTF-16 LE and BE, and
: UTF-32 LE and BE.
:
: Recognized line terminators are NL (Unix, Linux), CRLF (DOS, Windows)
: and CR (Mac).