How To Install perl-Encode-Newlines on Fedora 36

In this tutorial we learn how to install perl-Encode-Newlines in Fedora 36. perl-Encode-Newlines is Normalize line ending sequences

Introduction

In this tutorial we learn how to install perl-Encode-Newlines on Fedora 36.

What is perl-Encode-Newlines

This module provides the CR, LF, CRLF and Native encodings, to aid in normalizing line endings.

We can use yum or dnf to install perl-Encode-Newlines on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Encode-Newlines.

Install perl-Encode-Newlines on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Encode-Newlines using dnf by running the following command:

sudo dnf -y install perl-Encode-Newlines

Install perl-Encode-Newlines on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Encode-Newlines using yum by running the following command:

sudo yum -y install perl-Encode-Newlines

How To Uninstall perl-Encode-Newlines on Fedora 36

To uninstall only the perl-Encode-Newlines package we can use the following command:

sudo dnf remove perl-Encode-Newlines

perl-Encode-Newlines Package Contents on Fedora 36

/usr/share/doc/perl-Encode-Newlines
/usr/share/doc/perl-Encode-Newlines/Changes
/usr/share/doc/perl-Encode-Newlines/README
/usr/share/licenses/perl-Encode-Newlines
/usr/share/licenses/perl-Encode-Newlines/LICENSE
/usr/share/man/man3/Encode::Newlines.3pm.gz
/usr/share/perl5/vendor_perl/Encode
/usr/share/perl5/vendor_perl/Encode/Newlines.pm

References

Summary

In this tutorial we learn how to install perl-Encode-Newlines on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).