How To Install texlive-xprintlen on Fedora 36

In this tutorial we learn how to install texlive-xprintlen in Fedora 36. texlive-xprintlen is Print TeX lengths in a variety of units

Introduction

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

What is texlive-xprintlen

The package defines a command, \printlen, to print TeX lengths in a variety of units. It can handle all units supported by TeX. The package requires that a reasonably up to date version of the fp package be installed on you system.

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

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

sudo dnf -y install texlive-xprintlen

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

sudo yum -y install texlive-xprintlen

How To Uninstall texlive-xprintlen on Fedora 36

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

sudo dnf remove texlive-xprintlen

texlive-xprintlen Package Contents on Fedora 36

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

References

Summary

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