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

Last updated: November 26,2024

1. Install "texlive-coverpage.noarch" package

In this section, we are going to explain the necessary steps to install texlive-coverpage.noarch on Fedora 39

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

2. Uninstall "texlive-coverpage.noarch" package

Please follow the guidance below to uninstall texlive-coverpage.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:43:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-coverpage
Epoch : 11
Version : svn63509
Release : 69.fc39
Architecture : noarch
Size : 19 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Automatic cover page creation for scientific papers
URL : http://tug.org/texlive/
License : LPPL-1.2
Description : The package CoverPage was created to supplement scientific
: papers with a cover page containing bibliographical
: information, a copyright notice, and/or some logos of the
: author's institution. The cover page is created (almost)
: automatically; this is done by parsing BibTeX information
: corresponding to the main document and reading a configuration
: file in which the author can set information like the
: affiliation he or she is associated with. The cover page
: consists of header, body and footer; all three are macros which
: can be redefined using \renewcommand, thus allowing easy
: customization of the package. Additionally, it should be
: stressed that the cover page layout is totally independent of
: the main document and its page layout. This package requires
: four other packages (keyval, url, textcomp, and verbatim), but
: all of them are standard packages and should be part of every
: LaTeX installation.