How To Install perl-HTML-Formatter on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-HTML-Formatter
on Rocky Linux 8.
What is perl-HTML-Formatter
A collection of modules that formats HTML as plaintext, PostScript or RTF.
We can use yum
or dnf
to install perl-HTML-Formatter
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTML-Formatter.
Install perl-HTML-Formatter 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-HTML-Formatter
using dnf
by running the following command:
sudo dnf -y install perl-HTML-Formatter
Install perl-HTML-Formatter 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-HTML-Formatter
using yum
by running the following command:
sudo yum -y install perl-HTML-Formatter
How To Uninstall perl-HTML-Formatter on Rocky Linux 8
To uninstall only the perl-HTML-Formatter
package we can use the following command:
sudo dnf remove perl-HTML-Formatter
perl-HTML-Formatter Package Contents on Rocky Linux 8
/usr/share/doc/perl-HTML-Formatter
/usr/share/doc/perl-HTML-Formatter/Changes
/usr/share/doc/perl-HTML-Formatter/README
/usr/share/licenses/perl-HTML-Formatter
/usr/share/licenses/perl-HTML-Formatter/LICENSE
/usr/share/man/man3/HTML::FormatMarkdown.3pm.gz
/usr/share/man/man3/HTML::FormatPS.3pm.gz
/usr/share/man/man3/HTML::FormatRTF.3pm.gz
/usr/share/man/man3/HTML::FormatText.3pm.gz
/usr/share/man/man3/HTML::Formatter.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/FormatMarkdown.pm
/usr/share/perl5/vendor_perl/HTML/FormatPS.pm
/usr/share/perl5/vendor_perl/HTML/FormatRTF.pm
/usr/share/perl5/vendor_perl/HTML/FormatText.pm
/usr/share/perl5/vendor_perl/HTML/Formatter.pm
References
Summary
In this tutorial we learn how to install perl-HTML-Formatter
on Rocky Linux 8 using yum and dnf.