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

Last updated: October 05,2024

1. Install "texlive-overpic.noarch" package

This is a short guide on how to install texlive-overpic.noarch on Fedora 34

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

2. Uninstall "texlive-overpic.noarch" package

This is a short guide on how to uninstall texlive-overpic.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:31:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-overpic
Epoch : 9
Version : svn53889
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Combine LaTeX commands over included graphics
URL : http://tug.org/texlive/
License : LPPL
Description : The overpic environment is a cross between the LaTeX picture
: environment and the \includegraphics command of graphicx. The
: resulting picture environment has the same dimensions as the
: included graphic. LaTeX commands can be placed on the graphic
: at defined positions; a grid for orientation is available.