How To Install texlive-pb-diagram on Fedora 36

In this tutorial we learn how to install texlive-pb-diagram in Fedora 36. texlive-pb-diagram is A commutative diagram package using LAMSTeX or Xy-pic fonts

Introduction

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

What is texlive-pb-diagram

pb-diagram package

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

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

sudo dnf -y install texlive-pb-diagram

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

sudo yum -y install texlive-pb-diagram

How To Uninstall texlive-pb-diagram on Fedora 36

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

sudo dnf remove texlive-pb-diagram

texlive-pb-diagram Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/latex/pb-diagram
/usr/share/texlive/texmf-dist/tex/latex/pb-diagram/lamsarrow.sty
/usr/share/texlive/texmf-dist/tex/latex/pb-diagram/pb-diagram.sty
/usr/share/texlive/texmf-dist/tex/latex/pb-diagram/pb-lams.sty
/usr/share/texlive/texmf-dist/tex/latex/pb-diagram/pb-xy.sty

References

Summary

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