How To Install texlive-formular on Fedora 36

In this tutorial we learn how to install texlive-formular in Fedora 36. texlive-formular is Create forms containing field for manual entry

Introduction

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

What is texlive-formular

When typesetting forms there often arises the need for defining fields which consist of one or more lines where the customer can write something down manually. This package offers some commands for defining such fields in a distinctive way.

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

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

sudo dnf -y install texlive-formular

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

sudo yum -y install texlive-formular

How To Uninstall texlive-formular on Fedora 36

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

sudo dnf remove texlive-formular

texlive-formular Package Contents on Fedora 36

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

References

Summary

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