How to Install and Uninstall texlive-atenddvi.noarch Package on CentOS Stream 9

Last updated: February 04,2025

1. Install "texlive-atenddvi.noarch" package

This is a short guide on how to install texlive-atenddvi.noarch on CentOS Stream 9

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

2. Uninstall "texlive-atenddvi.noarch" package

Please follow the instructions below to uninstall texlive-atenddvi.noarch on CentOS Stream 9:

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

3. Information about the texlive-atenddvi.noarch package on CentOS Stream 9

Last metadata expiration check: 0:36:50 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-atenddvi
Epoch : 9
Version : 20200406
Release : 34.el9
Architecture : noarch
Size : 287 k
Source : texlive-extension-20200406-34.el9.src.rpm
Repository : epel
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.