How To Install texlive-trajan on Fedora 36

In this tutorial we learn how to install texlive-trajan in Fedora 36. texlive-trajan is Fonts from the Trajan column in Rome

Introduction

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

What is texlive-trajan

Provides fonts (both as Metafont source and in Adobe Type 1 format) based on the capitals carved on the Trajan column in Rome in 114 AD, together with macros to access the fonts. Many typographers think these rank first among the Roman’s artistic legacy. The font is uppercase letters together with some punctuation and analphabetics; no lowercase or digits.

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

Install texlive-trajan 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-trajan using dnf by running the following command:

sudo dnf -y install texlive-trajan

Install texlive-trajan 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-trajan using yum by running the following command:

sudo yum -y install texlive-trajan

How To Uninstall texlive-trajan on Fedora 36

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

sudo dnf remove texlive-trajan

texlive-trajan Package Contents on Fedora 36

/usr/share/licenses/texlive-trajan
/usr/share/licenses/texlive-trajan/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/afm/public/trajan
/usr/share/texlive/texmf-dist/fonts/afm/public/trajan/trjnr10.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/trajan/trjnsl10.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/trajan
/usr/share/texlive/texmf-dist/fonts/map/dvips/trajan/trajan.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/trajan
/usr/share/texlive/texmf-dist/fonts/tfm/public/trajan/trjnr10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/trajan/trjnsl10.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/trajan
/usr/share/texlive/texmf-dist/fonts/type1/public/trajan/trjnr10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/trajan/trjnsl10.pfb
/usr/share/texlive/texmf-dist/tex/latex/trajan
/usr/share/texlive/texmf-dist/tex/latex/trajan/t1trjn.fd
/usr/share/texlive/texmf-dist/tex/latex/trajan/trajan.sty

References

Summary

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