How to Install and Uninstall texlive-atenddvi.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "texlive-atenddvi.noarch" package

Please follow the guidance below to install texlive-atenddvi.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "texlive-atenddvi.noarch" package

This tutorial shows how to uninstall texlive-atenddvi.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the texlive-atenddvi.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:34:31 ago on Mon Feb 26 07:04:30 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.