How To Install texlive-anonymous-acm on Fedora 36

In this tutorial we learn how to install texlive-anonymous-acm in Fedora 36. texlive-anonymous-acm is Typeset anonymous versions for ACM articles

Introduction

In this tutorial we learn how to install texlive-anonymous-acm on Fedora 36.

What is texlive-anonymous-acm

Academics often need to submit anonymous versions of their papers for peer-review. This often requires anonymization which at some future date needs to be reversed. However de-anonymizing an anonymized paper can be laborious and error-prone. This LaTeX package allows anonymization options to be specified at the time of writing for authors using acmart.cls, the official Association of Computing Machinery (ACM) master article template. Anonymization or deanonymization is carried out by simply changing one option and recompiling.

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

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

sudo dnf -y install texlive-anonymous-acm

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

sudo yum -y install texlive-anonymous-acm

How To Uninstall texlive-anonymous-acm on Fedora 36

To uninstall only the texlive-anonymous-acm package we can use the following command:

sudo dnf remove texlive-anonymous-acm

texlive-anonymous-acm Package Contents on Fedora 36

/usr/share/licenses/texlive-anonymous-acm
/usr/share/licenses/texlive-anonymous-acm/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/anonymous-acm
/usr/share/texlive/texmf-dist/doc/latex/anonymous-acm/README.txt
/usr/share/texlive/texmf-dist/doc/latex/anonymous-acm/anonymous-acm.pdf
/usr/share/texlive/texmf-dist/doc/latex/anonymous-acm/anonymous-acm.tex
/usr/share/texlive/texmf-dist/tex/latex/anonymous-acm
/usr/share/texlive/texmf-dist/tex/latex/anonymous-acm/anonymous-acm.sty

References

Summary

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