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

Last updated: October 05,2024

1. Install "texlive-atenddvi.noarch" package

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

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

2. Uninstall "texlive-atenddvi.noarch" package

Here is a brief guide to show you how to uninstall texlive-atenddvi.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:03:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-atenddvi
Epoch : 9
Version : svn53107
Release : 39.fc34
Architecture : noarch
Size : 285 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Provides the \AtEndDvi command
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : LaTeX offers \AtBeginDvi. This package provides the counterpart
: \AtEndDvi. The execution of its argument is delayed to the end
: of the document at the end of the last page. At this point
: \special and \write remain effective, because they are put into
: the last page. This is the main difference from the LaTeX
: command \AtEndDocument.