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

Last updated: January 12,2025

1. Install "texlive-titlepic.noarch" package

This guide let you learn how to install texlive-titlepic.noarch on Fedora 39

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

2. Uninstall "texlive-titlepic.noarch" package

This guide covers the steps necessary to uninstall texlive-titlepic.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:00:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-titlepic
Epoch : 11
Version : svn43497
Release : 69.fc39
Architecture : noarch
Size : 13 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Add picture to title page of a document
URL : http://tug.org/texlive/
License : LicenseRef-Fedora-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.