How To Install texlive-jacow-doc on Fedora 36

In this tutorial we learn how to install texlive-jacow-doc in Fedora 36. texlive-jacow-doc is doc files of jacow

Introduction

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

What is texlive-jacow-doc

Documentation for jacow

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

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

sudo dnf -y install texlive-jacow-doc

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

sudo yum -y install texlive-jacow-doc

How To Uninstall texlive-jacow-doc on Fedora 36

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

sudo dnf remove texlive-jacow-doc

texlive-jacow-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-jacow-doc
/usr/share/licenses/texlive-jacow-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/jacow
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACoW_LaTeX_A4.pdf
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACoW_LaTeX_A4.tex
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACoW_LaTeX_Letter.pdf
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACoW_LaTeX_Letter.tex
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACpic2.jpg
/usr/share/texlive/texmf-dist/doc/latex/jacow/JACpic_mc.pdf
/usr/share/texlive/texmf-dist/doc/latex/jacow/README
/usr/share/texlive/texmf-dist/doc/latex/jacow/annexes-A4.tex
/usr/share/texlive/texmf-dist/doc/latex/jacow/annexes-Letter.tex
/usr/share/texlive/texmf-dist/doc/latex/jacow/jacow-collaboration.pdf
/usr/share/texlive/texmf-dist/doc/latex/jacow/jacow-collaboration.tex

References

Summary

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