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

Last updated: October 07,2024

1. Install "texlive-overpic.noarch" package

In this section, we are going to explain the necessary steps to install texlive-overpic.noarch on Fedora 35

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

2. Uninstall "texlive-overpic.noarch" package

Please follow the step by step instructions below to uninstall texlive-overpic.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:25:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-overpic
Epoch : 9
Version : svn53889
Release : 48.fc35
Architecture : noarch
Size : 18 k
Source : texlive-2021-48.fc35.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.