How To Install texlive-plantuml on Fedora 36

In this tutorial we learn how to install texlive-plantuml in Fedora 36. texlive-plantuml is Support for rendering UML diagrams using the syntax and tool of PlantUML

Introduction

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

What is texlive-plantuml

The package provides support for rendering UML diagrams using the syntax and tools of PlantUML. The PlantUML syntax is very short and thus enables quickly specifying UML diagrams. Using dot, PlantUML layouts the diagrams.

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

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

sudo dnf -y install texlive-plantuml

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

sudo yum -y install texlive-plantuml

How To Uninstall texlive-plantuml on Fedora 36

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

sudo dnf remove texlive-plantuml

texlive-plantuml Package Contents on Fedora 36

/usr/share/licenses/texlive-plantuml
/usr/share/licenses/texlive-plantuml/lppl.txt
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/README.md
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-class-relations--latex.tex
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-class-relations--svg.png
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-class-relations--svg.tex
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-component-diagram.tex
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-minimal.png
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/example-minimal.tex
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/plantuml/release.sh
/usr/share/texlive/texmf-dist/tex/lualatex/plantuml
/usr/share/texlive/texmf-dist/tex/lualatex/plantuml/plantuml.lua
/usr/share/texlive/texmf-dist/tex/lualatex/plantuml/plantuml.sty

References

Summary

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