How to Install and Uninstall perl-Font-FreeType Package on openSUSE Leap

Last updated: September 28,2024

1. Install "perl-Font-FreeType" package

Here is a brief guide to show you how to install perl-Font-FreeType on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Font-FreeType

2. Uninstall "perl-Font-FreeType" package

Please follow the guidelines below to uninstall perl-Font-FreeType on openSUSE Leap:

$ sudo zypper remove perl-Font-FreeType

3. Information about the perl-Font-FreeType package on openSUSE Leap

Information for package perl-Font-FreeType:
-------------------------------------------
Repository : Main Repository
Name : perl-Font-FreeType
Version : 0.16-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 157.7 KiB
Installed : No
Status : not installed
Source package : perl-Font-FreeType-0.16-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Font-FreeType
Summary : Read Font Files and Render Glyphs From Perl Using Freetype2
Description :
This module allows Perl programs to conveniently read information from font
files. All the font access is done through the FreeType2 library, which
supports many formats. It can render images of characters with high-quality
hinting and antialiasing, extract metrics information, and extract the
outlines of characters in scalable formats like TrueType.
Warning: this module is currently in 'beta' stage. It'll be another release
or two before it stabilizes. The API may change in ways that break programs
based on it, but I don't think it will change much. Some of the values
returned may be wrong, or not scaled correctly. See the _TODO_ file to get
a handle on how far along this work is. Contributions welcome, particularly
if you know more than I do (which isn't much) about fonts and the FreeType2
library.