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

Last updated: May 16,2024

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

Please follow the steps below to install perl-File-LoadLines.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-File-LoadLines.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:05:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-File-LoadLines
Version : 1.021
Release : 1.fc34
Architecture : noarch
Size : 15 k
Source : perl-File-LoadLines-1.021-1.fc34.src.rpm
Repository : updates
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).