How To Install texlive-amsrefs-doc on Fedora 36

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

Introduction

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

What is texlive-amsrefs-doc

Documentation for amsrefs

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

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

sudo dnf -y install texlive-amsrefs-doc

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

sudo yum -y install texlive-amsrefs-doc

How To Uninstall texlive-amsrefs-doc on Fedora 36

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

sudo dnf remove texlive-amsrefs-doc

texlive-amsrefs-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-amsrefs-doc
/usr/share/licenses/texlive-amsrefs-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/amsrefs
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/amsrdoc.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/amsrefs.faq
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/amsrefs.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/amsxport.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/changes.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/cite-xa.tex
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/cite-xb.tex
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/cite-xh.tex
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/cite-xs.tex
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/gktest.ltb
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/ifoption.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/jr.bib
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/mathscinet.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/pcatcode.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/rkeyval.pdf
/usr/share/texlive/texmf-dist/doc/latex/amsrefs/textcmds.pdf

References

Summary

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