How to Install and Uninstall perl-Font-TTFMetrics.noarch Package on Fedora 38

Last updated: October 14,2024

1. Install "perl-Font-TTFMetrics.noarch" package

In this section, we are going to explain the necessary steps to install perl-Font-TTFMetrics.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Font-TTFMetrics.noarch

2. Uninstall "perl-Font-TTFMetrics.noarch" package

Please follow the guidelines below to uninstall perl-Font-TTFMetrics.noarch on Fedora 38:

$ sudo dnf remove perl-Font-TTFMetrics.noarch $ sudo dnf autoremove

3. Information about the perl-Font-TTFMetrics.noarch package on Fedora 38

Last metadata expiration check: 1:36:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Font-TTFMetrics
Version : 0.1
Release : 36.fc38
Architecture : noarch
Size : 26 k
Source : perl-Font-TTFMetrics-0.1-36.fc38.src.rpm
Repository : fedora
Summary : Parser for the TTF file
URL : https://metacpan.org/release/Font-TTFMetrics
License : GPL+ or Artistic
Description : Font::TTFMetrics encapsulates the font metrics of a true type font file. A
: true type font file contains several tables which need to be parsed before
: any useful information could be gathered about the font. There is the
: excellent module for parsing TTF font in CPAN by Martin Hosken, Font::TTF.
: But in my opinion the use of Font::TTF requires intimate knowledge of TTF
: font format. This module was written to support the use of TTF in Pastel 2D
: graphics library in Perl. Three factors prompted me to write this module:
: first, I required a fast module to access TTF file. Second, all the access
: required was read-only. Last, I wanted a user friendly, higher level API to
: access TTF file.