How to Install and Uninstall texlive-accfonts.noarch Package on Fedora 36

Last updated: June 29,2024

1. Install "texlive-accfonts.noarch" package

This is a short guide on how to install texlive-accfonts.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install texlive-accfonts.noarch

2. Uninstall "texlive-accfonts.noarch" package

This guide covers the steps necessary to uninstall texlive-accfonts.noarch on Fedora 36:

$ sudo dnf remove texlive-accfonts.noarch $ sudo dnf autoremove

3. Information about the texlive-accfonts.noarch package on Fedora 36

Last metadata expiration check: 5:41:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-accfonts
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : noarch
Size : 51 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
Summary : Utilities to derive new fonts from existing ones
URL : http://tug.org/texlive/
License : GPL+
Description : The accfonts package contains three utilities to permit easy
: manipulation of fonts, in particular the creation of unusual
: accented characters. Mkt1font works on Adobe Type 1 fonts,
: vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeX
: font to an Omega one. All three programs read in a font (either
: the font itself or a property list), together with a simple
: definition file containing lines such as '128 z acute'; they
: then write out a new version of the font with the requested new
: characters in the numerical slots specified. Great care is
: taken over the positioning of accents, and over the provision
: of kerning information for new characters; mkt1font also
: generates suitable "hints" to enhance quality at small sizes or
: poor resolutions. The programs are written in Perl.