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

Last updated: February 06,2025

1. Install "texlive-nopageno.noarch" package

Please follow the steps below to install texlive-nopageno.noarch on Fedora 39

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

2. Uninstall "texlive-nopageno.noarch" package

Learn how to uninstall texlive-nopageno.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:47:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-nopageno
Epoch : 11
Version : svn18128.0
Release : 69.fc39
Architecture : noarch
Size : 15 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : No page numbers in LaTeX documents
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.