How To Install texlive-auncial-new on Fedora 36

In this tutorial we learn how to install texlive-auncial-new in Fedora 36. texlive-auncial-new is Artificial Uncial font and LaTeX support macros

Introduction

In this tutorial we learn how to install texlive-auncial-new on Fedora 36.

What is texlive-auncial-new

The auncial-new bundle provides packages and fonts for a script based on the Artificial Uncial manuscript book-hand used between the 6th & 10th century AD. The script consists of minuscules and digits, with some appropriate period punctuation marks. Both normal and bold versions are provided, and the font is distributed in Adobe Type 1 format. This is an experimental new version of the auncial bundle, which is one of a series of bookhand fonts. The font follows the B1 encoding developed for bookhands. Access to the encoding is essential. The encoding mainly follows the standard T1 encoding.

We can use yum or dnf to install texlive-auncial-new on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-auncial-new.

Install texlive-auncial-new on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-auncial-new using dnf by running the following command:

sudo dnf -y install texlive-auncial-new

Install texlive-auncial-new on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-auncial-new using yum by running the following command:

sudo yum -y install texlive-auncial-new

How To Uninstall texlive-auncial-new on Fedora 36

To uninstall only the texlive-auncial-new package we can use the following command:

sudo dnf remove texlive-auncial-new

texlive-auncial-new Package Contents on Fedora 36

/usr/share/licenses/texlive-auncial-new
/usr/share/licenses/texlive-auncial-new/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/afm/public/auncial-new
/usr/share/texlive/texmf-dist/fonts/afm/public/auncial-new/auncl10.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/auncial-new/aunclb10.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/auncial-new
/usr/share/texlive/texmf-dist/fonts/map/dvips/auncial-new/auncial.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/auncial-new
/usr/share/texlive/texmf-dist/fonts/tfm/public/auncial-new/auncl10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/auncial-new/aunclb10.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/auncial-new
/usr/share/texlive/texmf-dist/fonts/type1/public/auncial-new/auncl10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/auncial-new/aunclb10.pfb
/usr/share/texlive/texmf-dist/tex/latex/auncial-new
/usr/share/texlive/texmf-dist/tex/latex/auncial-new/allauncl.sty
/usr/share/texlive/texmf-dist/tex/latex/auncial-new/auncial.sty
/usr/share/texlive/texmf-dist/tex/latex/auncial-new/b1auncl.fd

References

Summary

In this tutorial we learn how to install texlive-auncial-new on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).