How To Install texlive-atenddvi on Fedora 36

In this tutorial we learn how to install texlive-atenddvi in Fedora 36. texlive-atenddvi is Provides the \AtEndDvi command

Introduction

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

What is texlive-atenddvi

This package is unneeded and does nothing when used with a LaTeX format 2020-10-01 or newer as in this case the format provides the \AtEndDvi command. For older formats it implements \AtEndDvi, a counterpart to \AtBeginDvi. The execution of its argument is delayed to the end of the document at the end of the last page. Thus \special and \write remain effective, because they are put into the last page. This is the main difference to \AtEndDocument.

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

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

sudo dnf -y install texlive-atenddvi

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

sudo yum -y install texlive-atenddvi

How To Uninstall texlive-atenddvi on Fedora 36

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

sudo dnf remove texlive-atenddvi

texlive-atenddvi Package Contents on Fedora 36

/usr/share/licenses/texlive-atenddvi
/usr/share/licenses/texlive-atenddvi/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/atenddvi
/usr/share/texlive/texmf-dist/doc/latex/atenddvi/README.md
/usr/share/texlive/texmf-dist/doc/latex/atenddvi/atenddvi.pdf
/usr/share/texlive/texmf-dist/tex/latex/atenddvi
/usr/share/texlive/texmf-dist/tex/latex/atenddvi/atenddvi-2019-12-11.sty
/usr/share/texlive/texmf-dist/tex/latex/atenddvi/atenddvi.sty

References

Summary

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