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

Last updated: February 07,2025

1. Install "texlive-atenddvi.noarch" package

This is a short guide on how to install texlive-atenddvi.noarch on Fedora 39

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

2. Uninstall "texlive-atenddvi.noarch" package

Please follow the steps below to uninstall texlive-atenddvi.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:23:48 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-atenddvi
Epoch : 11
Version : svn56922
Release : 69.fc39
Architecture : noarch
Size : 290 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Provides the \AtEndDvi command
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : This package is unneeded and does nothing when used with a
: LaTeX format 2020-10-01 or newer as in this case the format
: provides the \AtEndDvi command. For older formats it implements
: \AtEndDvi, a counterpart to \AtBeginDvi. The execution of its
: argument is delayed to the end of the document at the end of
: the last page. Thus \special and \write remain effective,
: because they are put into the last page. This is the main
: difference to \AtEndDocument.