How To Install texlive-rank-2-roots on Fedora 36

In this tutorial we learn how to install texlive-rank-2-roots in Fedora 36. texlive-rank-2-roots is Draw (mathematical) rank 2 root systems

Introduction

In this tutorial we learn how to install texlive-rank-2-roots on Fedora 36.

What is texlive-rank-2-roots

This package concerns mathematical drawings arising in representation theory. The purpose of this package is to ease drawing of rank 2 root systems, with Weyl chambers, weight lattices, and parabolic subgroups. Required packages are tikz, etoolbox, expl3, pgfkeys, pgfopts, xparse, and xstring.

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

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

sudo dnf -y install texlive-rank-2-roots

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

sudo yum -y install texlive-rank-2-roots

How To Uninstall texlive-rank-2-roots on Fedora 36

To uninstall only the texlive-rank-2-roots package we can use the following command:

sudo dnf remove texlive-rank-2-roots

texlive-rank-2-roots Package Contents on Fedora 36

/usr/share/licenses/texlive-rank-2-roots
/usr/share/licenses/texlive-rank-2-roots/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/rank-2-roots
/usr/share/texlive/texmf-dist/doc/latex/rank-2-roots/README
/usr/share/texlive/texmf-dist/doc/latex/rank-2-roots/rank-2-roots.bib
/usr/share/texlive/texmf-dist/doc/latex/rank-2-roots/rank-2-roots.pdf
/usr/share/texlive/texmf-dist/doc/latex/rank-2-roots/rank-2-roots.tex
/usr/share/texlive/texmf-dist/tex/latex/rank-2-roots
/usr/share/texlive/texmf-dist/tex/latex/rank-2-roots/rank-2-roots.sty

References

Summary

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