How To Install texlive-autobreak on Fedora 36

In this tutorial we learn how to install texlive-autobreak in Fedora 36. texlive-autobreak is Simple line breaking of long formulae

Introduction

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

What is texlive-autobreak

This package implements a simple mechanism of line/page breaking within the align environment of the amsmath package; new line characters are considered as possible candidates for the breaks and the package tries to put breaks at adequate places. It is suitable for computer-generated long formulae with many terms.

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

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

sudo dnf -y install texlive-autobreak

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

sudo yum -y install texlive-autobreak

How To Uninstall texlive-autobreak on Fedora 36

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

sudo dnf remove texlive-autobreak

texlive-autobreak Package Contents on Fedora 36

/usr/share/licenses/texlive-autobreak
/usr/share/licenses/texlive-autobreak/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/autobreak
/usr/share/texlive/texmf-dist/doc/latex/autobreak/README.md
/usr/share/texlive/texmf-dist/doc/latex/autobreak/autobreak.pdf
/usr/share/texlive/texmf-dist/tex/latex/autobreak
/usr/share/texlive/texmf-dist/tex/latex/autobreak/autobreak.sty

References

Summary

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