How To Install texlive-acmart-doc on Fedora 36

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

Introduction

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

What is texlive-acmart-doc

Documentation for acmart

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

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

sudo dnf -y install texlive-acmart-doc

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

sudo yum -y install texlive-acmart-doc

How To Uninstall texlive-acmart-doc on Fedora 36

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

sudo dnf remove texlive-acmart-doc

texlive-acmart-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-acmart-doc
/usr/share/licenses/texlive-acmart-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/acmart
/usr/share/texlive/texmf-dist/doc/latex/acmart/README
/usr/share/texlive/texmf-dist/doc/latex/acmart/acmart.bib
/usr/share/texlive/texmf-dist/doc/latex/acmart/acmart.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/acmguide.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-base.bib
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-franklin.png
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/samples.dtx
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/samples.ins
/usr/share/texlive/texmf-dist/doc/latex/acmart/samples/sampleteaser.pdf

References

Summary

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