How to Install and Uninstall texlive-lastpage.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "texlive-lastpage.noarch" package

Please follow the instructions below to install texlive-lastpage.noarch on CentOS 8 / RHEL 8

$ 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 8 / RHEL 8:

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

3. Information about the texlive-lastpage.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:47:53 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-lastpage
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 562 k
Source : texlive-20180414-19.el8.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.