How to Install and Uninstall opentype-sanitizer.x86_64 Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "opentype-sanitizer.x86_64" package

Please follow the steps below to install opentype-sanitizer.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install opentype-sanitizer.x86_64

2. Uninstall "opentype-sanitizer.x86_64" package

Please follow the guidance below to uninstall opentype-sanitizer.x86_64 on Oracle Linux 9:

$ sudo dnf remove opentype-sanitizer.x86_64 $ sudo dnf autoremove

3. Information about the opentype-sanitizer.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:02:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : opentype-sanitizer
Version : 9.1.0
Release : 1.el9
Architecture : x86_64
Size : 386 k
Source : opentype-sanitizer-9.1.0-1.el9.src.rpm
Repository : epel
Summary : Parses and serializes OpenType/WOFF/WOFF2 font files
URL : https://github.com/khaledhosny/ots
License : BSD-3-Clause
Description : The OpenType Sanitizer (OTS) parses and serializes OpenType files (OTF, TTF)
: and WOFF and WOFF2 font files, validating them and sanitizing them as it goes.
:
: The C library is integrated into Chromium and Firefox, and also simple command
: line tools to check files offline in a Terminal.
:
: The CSS font-face property is great for web typography. Having to use images in
: order to get the correct typeface is a great sadness; one should be able to use
: vectors.
:
: However, on many platforms the system-level TrueType font renderers have never
: been part of the attack surface before, and putting them on the front line is a
: scary proposition... Especially on platforms like Windows, where it’s a
: closed-source blob running with high privilege.