How To Install texlive-paper-doc on Fedora 36

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

Introduction

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

What is texlive-paper-doc

Documentation for paper

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

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

sudo dnf -y install texlive-paper-doc

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

sudo yum -y install texlive-paper-doc

How To Uninstall texlive-paper-doc on Fedora 36

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

sudo dnf remove texlive-paper-doc

texlive-paper-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-paper-doc
/usr/share/licenses/texlive-paper-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/paper
/usr/share/texlive/texmf-dist/doc/latex/paper/README
/usr/share/texlive/texmf-dist/doc/latex/paper/install
/usr/share/texlive/texmf-dist/doc/latex/paper/journal1.tex
/usr/share/texlive/texmf-dist/doc/latex/paper/journal2.tex
/usr/share/texlive/texmf-dist/doc/latex/paper/local.tex
/usr/share/texlive/texmf-dist/doc/latex/paper/paper.pdf
/usr/share/texlive/texmf-dist/doc/latex/paper/testj.tex
/usr/share/texlive/texmf-dist/doc/latex/paper/testp.tex

References

Summary

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