How To Install texlive-uml on Fedora 36

In this tutorial we learn how to install texlive-uml in Fedora 36. texlive-uml is UML diagrams in LaTeX

Introduction

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

What is texlive-uml

A PSTricks related package for writing UML (Unified Modelling Language) diagrams in LaTeX. Currently, it implements a subset of class diagrams, and some extra constructs as well. The package cannot be used together with pst-uml.

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

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

sudo dnf -y install texlive-uml

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

sudo yum -y install texlive-uml

How To Uninstall texlive-uml on Fedora 36

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

sudo dnf remove texlive-uml

texlive-uml Package Contents on Fedora 36

/usr/share/licenses/texlive-uml
/usr/share/licenses/texlive-uml/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/uml
/usr/share/texlive/texmf-dist/tex/latex/uml/uml.sty

References

Summary

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