How to Install and Uninstall texlive-nopageno.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "texlive-nopageno.noarch" package

In this section, we are going to explain the necessary steps to install texlive-nopageno.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install texlive-nopageno.noarch

2. Uninstall "texlive-nopageno.noarch" package

Here is a brief guide to show you how to uninstall texlive-nopageno.noarch on Fedora 36:

$ sudo dnf remove texlive-nopageno.noarch $ sudo dnf autoremove

3. Information about the texlive-nopageno.noarch package on Fedora 36

Last metadata expiration check: 0:17:09 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : texlive-nopageno
Epoch : 9
Version : svn18128.0
Release : 55.fc36
Architecture : noarch
Size : 16 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : No page numbers in LaTeX documents
URL : http://tug.org/texlive/
License : LPPL
Description : 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.