How To Install texlive-umoline on Fedora 36

In this tutorial we learn how to install texlive-umoline in Fedora 36. texlive-umoline is Underline text allowing line breaking

Introduction

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

What is texlive-umoline

Provides commands \Underline, \Midline and \Overline for underlining, striking out, and overlining their text arguments.

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

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

sudo dnf -y install texlive-umoline

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

sudo yum -y install texlive-umoline

How To Uninstall texlive-umoline on Fedora 36

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

sudo dnf remove texlive-umoline

texlive-umoline Package Contents on Fedora 36

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

References

Summary

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