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

Last updated: October 06,2024

1. Install "texlive-coverpage.noarch" package

Here is a brief guide to show you how to install texlive-coverpage.noarch on Fedora 34

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

2. Uninstall "texlive-coverpage.noarch" package

Please follow the guidelines below to uninstall texlive-coverpage.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:55:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-coverpage
Epoch : 9
Version : svn15878.1.01
Release : 39.fc34
Architecture : noarch
Size : 21 k
Source : texlive-2020-39.fc34.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.