How To Install texlive-endofproofwd on Fedora 36

In this tutorial we learn how to install texlive-endofproofwd in Fedora 36. texlive-endofproofwd is An “end of proof” sign

Introduction

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

What is texlive-endofproofwd

This package provides an additional “end of proof” sign. The command’s name is \wasserdicht.

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

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

sudo dnf -y install texlive-endofproofwd

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

sudo yum -y install texlive-endofproofwd

How To Uninstall texlive-endofproofwd on Fedora 36

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

sudo dnf remove texlive-endofproofwd

texlive-endofproofwd Package Contents on Fedora 36

/usr/share/licenses/texlive-endofproofwd
/usr/share/licenses/texlive-endofproofwd/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/endofproofwd
/usr/share/texlive/texmf-dist/doc/latex/endofproofwd/README.txt
/usr/share/texlive/texmf-dist/tex/latex/endofproofwd
/usr/share/texlive/texmf-dist/tex/latex/endofproofwd/common
/usr/share/texlive/texmf-dist/tex/latex/endofproofwd/common/endofproofwd.pdf_tex
/usr/share/texlive/texmf-dist/tex/latex/endofproofwd/endofproofwd.pdf
/usr/share/texlive/texmf-dist/tex/latex/endofproofwd/endofproofwd.sty

References

Summary

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