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

Last updated: November 02,2024

1. Install "texlive-nopageno.noarch" package

This guide let you learn how to install texlive-nopageno.noarch on Fedora 35

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

2. Uninstall "texlive-nopageno.noarch" package

This tutorial shows how to uninstall texlive-nopageno.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:57:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-nopageno
Epoch : 9
Version : svn18128.0
Release : 48.fc35
Architecture : noarch
Size : 17 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
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.