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

Last updated: November 27,2024

1. Install "texlive-accfonts.noarch" package

This guide let you learn how to install texlive-accfonts.noarch on Fedora 38

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

2. Uninstall "texlive-accfonts.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-accfonts.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:41:29 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : texlive-accfonts
Epoch : 10
Version : svn18835
Release : 72.fc38
Architecture : noarch
Size : 49 k
Source : texlive-base-20220321-72.fc38.src.rpm
Repository : updates
Summary : Utilities to derive new fonts from existing ones
URL : http://tug.org/texlive/
License : GPL-1.0-or-later
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.