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

Last updated: January 10,2025

1. Install "texlive-titlepic.noarch" package

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

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

2. Uninstall "texlive-titlepic.noarch" package

Learn how to uninstall texlive-titlepic.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:42:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-titlepic
Epoch : 9
Version : svn43497
Release : 55.fc36
Architecture : noarch
Size : 14 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Add picture to title page of a document
URL : http://tug.org/texlive/
License : Public Domain
Description : The package allows you to place a picture on the title page
: (cover page) of a LaTeX document. Example of usage:
: \usepackage[cc]{titlepic} \usepackage{graphicx}
: \titlepic{\includegraphics[width=\textwidth]{picture.png}} The
: package currently only works with the document classes article,
: report and book.