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

Last updated: October 05,2024

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

This tutorial shows how to install perl-Font-TTFMetrics.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Font-TTFMetrics.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:37:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Font-TTFMetrics
Version : 0.1
Release : 30.fc34
Architecture : noarch
Size : 26 k
Source : perl-Font-TTFMetrics-0.1-30.fc34.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.