How To Install texlive-nowidow on Fedora 36

In this tutorial we learn how to install texlive-nowidow in Fedora 36. texlive-nowidow is Avoid widows

Introduction

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

What is texlive-nowidow

This package provides a useful macro to manage widow lines.

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

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

sudo dnf -y install texlive-nowidow

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

sudo yum -y install texlive-nowidow

How To Uninstall texlive-nowidow on Fedora 36

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

sudo dnf remove texlive-nowidow

texlive-nowidow Package Contents on Fedora 36

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

References

Summary

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