How To Install texlive-autoaligne on Fedora 36

In this tutorial we learn how to install texlive-autoaligne in Fedora 36. texlive-autoaligne is Align terms and members in math expressions

Introduction

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

What is texlive-autoaligne

This package allows to align terms and members between lines containing math expressions.

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

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

sudo dnf -y install texlive-autoaligne

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

sudo yum -y install texlive-autoaligne

How To Uninstall texlive-autoaligne on Fedora 36

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

sudo dnf remove texlive-autoaligne

texlive-autoaligne Package Contents on Fedora 36

/usr/share/licenses/texlive-autoaligne
/usr/share/licenses/texlive-autoaligne/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/generic/autoaligne
/usr/share/texlive/texmf-dist/doc/generic/autoaligne/README
/usr/share/texlive/texmf-dist/doc/generic/autoaligne/autoaligne-fr.pdf
/usr/share/texlive/texmf-dist/tex/generic/autoaligne
/usr/share/texlive/texmf-dist/tex/generic/autoaligne/autoaligne-fr.tex
/usr/share/texlive/texmf-dist/tex/generic/autoaligne/autoaligne.sty
/usr/share/texlive/texmf-dist/tex/generic/autoaligne/autoaligne.tex

References

Summary

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