How To Install perl-Font-TTF-XMLparse on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Font-TTF-XMLparse
on Rocky Linux 8.
What is perl-Font-TTF-XMLparse
This Perl module contains the support routines for parsing XML and generating the TrueType font structures as a result. The module has been separated from the rest of the perl-Font-TTF package in order to reduce the dependency that this would bring, of the whole package on XML of the package.
We can use yum
or dnf
to install perl-Font-TTF-XMLparse
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Font-TTF-XMLparse.
Install perl-Font-TTF-XMLparse 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-Font-TTF-XMLparse
using dnf
by running the following command:
sudo dnf -y install perl-Font-TTF-XMLparse
Install perl-Font-TTF-XMLparse 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-Font-TTF-XMLparse
using yum
by running the following command:
sudo yum -y install perl-Font-TTF-XMLparse
How To Uninstall perl-Font-TTF-XMLparse on Rocky Linux 8
To uninstall only the perl-Font-TTF-XMLparse
package we can use the following command:
sudo dnf remove perl-Font-TTF-XMLparse
perl-Font-TTF-XMLparse Package Contents on Rocky Linux 8
/usr/share/doc/perl-Font-TTF-XMLparse
/usr/share/doc/perl-Font-TTF-XMLparse/CONTRIBUTORS
/usr/share/doc/perl-Font-TTF-XMLparse/Changes
/usr/share/licenses/perl-Font-TTF-XMLparse
/usr/share/licenses/perl-Font-TTF-XMLparse/LICENSE
/usr/share/man/man3/Font::TTF::XMLparse.3pm.gz
/usr/share/perl5/vendor_perl/Font
/usr/share/perl5/vendor_perl/Font/TTF
/usr/share/perl5/vendor_perl/Font/TTF/XMLparse.pm
References
Summary
In this tutorial we learn how to install perl-Font-TTF-XMLparse
on Rocky Linux 8 using yum and dnf.