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

Last updated: May 19,2024

1. Install "texlive-coverpage.noarch" package

This guide let you learn how to install texlive-coverpage.noarch on Fedora 35

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

2. Uninstall "texlive-coverpage.noarch" package

Please follow the steps below to uninstall texlive-coverpage.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:22:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-coverpage
Epoch : 9
Version : svn15878.1.01
Release : 48.fc35
Architecture : noarch
Size : 21 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
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.