How To Install perl-Term-Table on Rocky Linux 8

In this tutorial we learn how to install perl-Term-Table on Rocky Linux 8. perl-Term-Table is Format a header and rows into a table

Introduction

In this tutorial we learn how to install perl-Term-Table on Rocky Linux 8.

What is perl-Term-Table

This Perl module is able to format rows of data into tables.

We can use yum or dnf to install perl-Term-Table on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-Table.

Install perl-Term-Table on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Term-Table

Install perl-Term-Table on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Term-Table

How To Uninstall perl-Term-Table on Rocky Linux 8

To uninstall only the perl-Term-Table package we can use the following command:

sudo dnf remove perl-Term-Table

perl-Term-Table Package Contents on Rocky Linux 8

/usr/share/doc/perl-Term-Table
/usr/share/doc/perl-Term-Table/Changes
/usr/share/doc/perl-Term-Table/README
/usr/share/licenses/perl-Term-Table
/usr/share/licenses/perl-Term-Table/LICENSE
/usr/share/man/man3/Term::Table.3pm.gz
/usr/share/man/man3/Term::Table::Cell.3pm.gz
/usr/share/man/man3/Term::Table::CellStack.3pm.gz
/usr/share/man/man3/Term::Table::HashBase.3pm.gz
/usr/share/man/man3/Term::Table::LineBreak.3pm.gz
/usr/share/man/man3/Term::Table::Util.3pm.gz
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/Table
/usr/share/perl5/vendor_perl/Term/Table.pm
/usr/share/perl5/vendor_perl/Term/Table/Cell.pm
/usr/share/perl5/vendor_perl/Term/Table/CellStack.pm
/usr/share/perl5/vendor_perl/Term/Table/HashBase.pm
/usr/share/perl5/vendor_perl/Term/Table/LineBreak.pm
/usr/share/perl5/vendor_perl/Term/Table/Spacer.pm
/usr/share/perl5/vendor_perl/Term/Table/Util.pm

References

Summary

In this tutorial we learn how to install perl-Term-Table on Rocky Linux 8 using yum and dnf.