How To Install texlive-barr on Fedora 36

In this tutorial we learn how to install texlive-barr in Fedora 36. texlive-barr is Diagram macros by Michael Barr

Introduction

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

What is texlive-barr

Diagxy is a general diagramming package, useful for diagrams in a number of mathematical disciplines. Diagxy is a development of an earlier (successful) package to use the facilities of the xypic bundle.

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

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

sudo dnf -y install texlive-barr

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

sudo yum -y install texlive-barr

How To Uninstall texlive-barr on Fedora 36

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

sudo dnf remove texlive-barr

texlive-barr Package Contents on Fedora 36

/usr/share/licenses/texlive-barr
/usr/share/licenses/texlive-barr/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/barr
/usr/share/texlive/texmf-dist/tex/generic/barr/diagxy.tex

References

Summary

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