How to Install and Uninstall texlive-lastpage.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "texlive-lastpage.noarch" package

This guide covers the steps necessary to install texlive-lastpage.noarch on CentOS Stream 9

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

2. Uninstall "texlive-lastpage.noarch" package

Please follow the instructions below to uninstall texlive-lastpage.noarch on CentOS Stream 9:

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

3. Information about the texlive-lastpage.noarch package on CentOS Stream 9

Last metadata expiration check: 1:04:26 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-lastpage
Epoch : 9
Version : 20200406
Release : 26.el9
Architecture : noarch
Size : 542 k
Source : texlive-20200406-26.el9.src.rpm
Repository : appstream
Summary : Reference last page for Page N of M type footers
URL : http://tug.org/texlive/
License : GPLv2+
Description : Reference the number of pages in your LaTeX document through
: the introduction of a new label which can be referenced like
: \pageref{LastPage} to give a reference to the last page of a
: document. It is particularly useful in the page footer that
: says: Page N of M.