How To Install perl-Text-Reform on Fedora 36

In this tutorial we learn how to install perl-Text-Reform in Fedora 36. perl-Text-Reform is Manual text wrapping and reformatting

Introduction

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

What is perl-Text-Reform

The module supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.

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

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

sudo dnf -y install perl-Text-Reform

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

sudo yum -y install perl-Text-Reform

How To Uninstall perl-Text-Reform on Fedora 36

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

sudo dnf remove perl-Text-Reform

perl-Text-Reform Package Contents on Fedora 36

/usr/share/doc/perl-Text-Reform
/usr/share/doc/perl-Text-Reform/Changes
/usr/share/doc/perl-Text-Reform/README
/usr/share/doc/perl-Text-Reform/demo
/usr/share/doc/perl-Text-Reform/demo/demo.pl
/usr/share/doc/perl-Text-Reform/demo/demo_badheader.pl
/usr/share/doc/perl-Text-Reform/demo/demo_cols.pl
/usr/share/doc/perl-Text-Reform/demo/demo_columns.pl
/usr/share/doc/perl-Text-Reform/demo/demo_filler.pl
/usr/share/doc/perl-Text-Reform/demo/demo_footer.pl
/usr/share/doc/perl-Text-Reform/demo/demo_leader1.pl
/usr/share/doc/perl-Text-Reform/demo/demo_locale.pl
/usr/share/doc/perl-Text-Reform/demo/demo_reentrant.pl
/usr/share/doc/perl-Text-Reform/demo/demo_simple.pl
/usr/share/doc/perl-Text-Reform/demo/demo_single.pl
/usr/share/doc/perl-Text-Reform/demo/demo_table.pl
/usr/share/doc/perl-Text-Reform/demo/demo_warnings.pl
/usr/share/doc/perl-Text-Reform/demo/demo_ws.pl
/usr/share/man/man3/Text::Reform.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/Reform.pm

References

Summary

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