How To Install texlive-nopageno on Fedora 36

In this tutorial we learn how to install texlive-nopageno in Fedora 36. texlive-nopageno is No page numbers in LaTeX documents

Introduction

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

What is texlive-nopageno

LaTeX’s standard styles use two page styles, one on normal pages and one on ‘opening’ pages with \maketitle or \chapter, etc. Unfortunately there is only easy access to changing one of these two so if you want something other than ‘plain’ on the opening pages you must use \thispagestyle on each such page. The fancyhdr package does provide a more flexible interface, but if you just want an empty page style on all pages then this package will do the job.

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

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

sudo dnf -y install texlive-nopageno

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

sudo yum -y install texlive-nopageno

How To Uninstall texlive-nopageno on Fedora 36

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

sudo dnf remove texlive-nopageno

texlive-nopageno Package Contents on Fedora 36

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

References

Summary

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