How To Install perl-Text-FormatTable on Fedora 36
Introduction
In this tutorial we learn how to install perl-Text-FormatTable on Fedora 36.
What is perl-Text-FormatTable
Text constructor (new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you call methods to fill the table data and insert rules. After the data is filled, you call the render method and the table gets formatted as text.
We can use yum or dnf to install perl-Text-FormatTable on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-FormatTable.
Install perl-Text-FormatTable 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-FormatTable using dnf by running the following command:
sudo dnf -y install perl-Text-FormatTable
Install perl-Text-FormatTable 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-FormatTable using yum by running the following command:
sudo yum -y install perl-Text-FormatTable
How To Uninstall perl-Text-FormatTable on Fedora 36
To uninstall only the perl-Text-FormatTable package we can use the following command:
sudo dnf remove perl-Text-FormatTable
perl-Text-FormatTable Package Contents on Fedora 36
/usr/share/doc/perl-Text-FormatTable
/usr/share/doc/perl-Text-FormatTable/Changes
/usr/share/doc/perl-Text-FormatTable/README
/usr/share/man/man3/Text::FormatTable.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/FormatTable.pm
/usr/share/perl5/vendor_perl/Text/example.pl
References
Summary
In this tutorial we learn how to install perl-Text-FormatTable on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).