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

Last updated: April 25,2024

1. Install "texlive-lastpage.noarch" package

Please follow the guidance below to install texlive-lastpage.noarch on Fedora 36

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

2. Uninstall "texlive-lastpage.noarch" package

Please follow the guidance below to uninstall texlive-lastpage.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:37:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-lastpage
Epoch : 9
Version : svn36680.1.2m
Release : 55.fc36
Architecture : noarch
Size : 21 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Reference last page for Page N of M type footers
URL : http://tug.org/texlive/
License : LPPL 1.3
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.