How To Install perl-Text-Reflow on Fedora 36

In this tutorial we learn how to install perl-Text-Reflow in Fedora 36. perl-Text-Reflow is Perl module for reflowing text files using Knuth’s paragraphing algorithm

Introduction

In this tutorial we learn how to install perl-Text-Reflow on Fedora 36.

What is perl-Text-Reflow

These routines will reflow the paragraphs in the given file, filehandle, string or array using Knuth’s paragraphing algorithm (as used in TeX) to pick “good” places to break the lines.

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

Install perl-Text-Reflow 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-Text-Reflow using dnf by running the following command:

sudo dnf -y install perl-Text-Reflow

Install perl-Text-Reflow 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-Text-Reflow using yum by running the following command:

sudo yum -y install perl-Text-Reflow

How To Uninstall perl-Text-Reflow on Fedora 36

To uninstall only the perl-Text-Reflow package we can use the following command:

sudo dnf remove perl-Text-Reflow

perl-Text-Reflow Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/208452b3699e7f78fff4fef52cdb77211a49c8
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/Reflow.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/Reflow
/usr/lib64/perl5/vendor_perl/auto/Text/Reflow/Reflow.so
/usr/share/doc/perl-Text-Reflow
/usr/share/doc/perl-Text-Reflow/Changes
/usr/share/doc/perl-Text-Reflow/README
/usr/share/man/man3/Text::Reflow.3pm.gz

References

Summary

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