How To Install perl-Text-Format on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Text-Format
on Rocky Linux 8.
What is perl-Text-Format
The format routine will format under all circumstances even if the width isn’t enough to contain the longest words. Text circumstances, although I am told this is fixed. If columns is set to a small number and words are longer than that and the leading ‘whitespace’ than there will be a single word on each line. This will let you make a simple word list which could be indented or right aligned. There is a chance for croaking if you try to subvert the module. If you don’t pass in text then the internal text is worked on, though not modified. Text formatting than Text
We can use yum
or dnf
to install perl-Text-Format
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-Format.
Install perl-Text-Format 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-Text-Format
using dnf
by running the following command:
sudo dnf -y install perl-Text-Format
Install perl-Text-Format 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-Text-Format
using yum
by running the following command:
sudo yum -y install perl-Text-Format
How To Uninstall perl-Text-Format on Rocky Linux 8
To uninstall only the perl-Text-Format
package we can use the following command:
sudo dnf remove perl-Text-Format
perl-Text-Format Package Contents on Rocky Linux 8
/usr/share/doc/perl-Text-Format
/usr/share/doc/perl-Text-Format/Changes
/usr/share/doc/perl-Text-Format/README
/usr/share/licenses/perl-Text-Format
/usr/share/licenses/perl-Text-Format/LICENSE
/usr/share/man/man3/Text::Format.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/Format.pm
References
Summary
In this tutorial we learn how to install perl-Text-Format
on Rocky Linux 8 using yum and dnf.