How To Install texlive-greek-fontenc on Fedora 36

In this tutorial we learn how to install texlive-greek-fontenc in Fedora 36. texlive-greek-fontenc is LICR macros and encoding definition files for Greek

Introduction

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

What is texlive-greek-fontenc

The package provides Greek LICR macro definitions and encoding definition files for Greek text font encodings for use with fontenc.

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

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

sudo dnf -y install texlive-greek-fontenc

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

sudo yum -y install texlive-greek-fontenc

How To Uninstall texlive-greek-fontenc on Fedora 36

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

sudo dnf remove texlive-greek-fontenc

texlive-greek-fontenc Package Contents on Fedora 36

/usr/share/licenses/texlive-greek-fontenc
/usr/share/licenses/texlive-greek-fontenc/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/alphabeta-lgr.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/alphabeta-tuenc.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/greek-fontenc.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/lgrenc.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/puenc-greek.def
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/textalpha.sty
/usr/share/texlive/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def

References

Summary

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