How To Install texlive-ec-doc on Fedora 36

In this tutorial we learn how to install texlive-ec-doc in Fedora 36. texlive-ec-doc is Documentation for ec

Introduction

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

What is texlive-ec-doc

Documentation for ec

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

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

sudo dnf -y install texlive-ec-doc

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

sudo yum -y install texlive-ec-doc

How To Uninstall texlive-ec-doc on Fedora 36

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

sudo dnf remove texlive-ec-doc

texlive-ec-doc Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/fonts/ec
/usr/share/texlive/texmf-dist/doc/fonts/ec/00bugs.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/00error.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/00files.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/00inst.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/00readme.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/copyrite.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/dc-chg.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/dcdoc.tex
/usr/share/texlive/texmf-dist/doc/fonts/ec/ec-chg.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/ecstdedt.tex
/usr/share/texlive/texmf-dist/doc/fonts/ec/tc-chg.txt
/usr/share/texlive/texmf-dist/doc/fonts/ec/tcstdedt.tex

References

Summary

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