How to Install and Uninstall perl-Text-FormatTable.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Text-FormatTable.noarch" package

This guide let you learn how to install perl-Text-FormatTable.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Text-FormatTable.noarch

2. Uninstall "perl-Text-FormatTable.noarch" package

Learn how to uninstall perl-Text-FormatTable.noarch on Fedora 36:

$ sudo dnf remove perl-Text-FormatTable.noarch $ sudo dnf autoremove

3. Information about the perl-Text-FormatTable.noarch package on Fedora 36

Last metadata expiration check: 3:10:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Text-FormatTable
Version : 1.03
Release : 36.fc36
Architecture : noarch
Size : 16 k
Source : perl-Text-FormatTable-1.03-36.fc36.src.rpm
Repository : fedora
Summary : Format text tables
URL : https://metacpan.org/release/Text-FormatTable
License : GPL+ or Artistic
Description : Text::FormatTable renders simple tables as text. You pass to the
: 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.