How to Install and Uninstall texlive-hitex.x86_64 Package on Fedora 39

Last updated: October 02,2024

1. Install "texlive-hitex.x86_64" package

Please follow the instructions below to install texlive-hitex.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install texlive-hitex.x86_64

2. Uninstall "texlive-hitex.x86_64" package

Please follow the steps below to uninstall texlive-hitex.x86_64 on Fedora 39:

$ sudo dnf remove texlive-hitex.x86_64 $ sudo dnf autoremove

3. Information about the texlive-hitex.x86_64 package on Fedora 39

Last metadata expiration check: 1:11:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-hitex
Epoch : 11
Version : svn65883
Release : 77.fc39
Architecture : x86_64
Size : 2.8 M
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : A TeX extension writing HINT output for on-screen reading
URL : http://tug.org/texlive/
License : MIT
Description : An extension of TeX which generates HINT output. The HINT file
: format is an alternative to the DVI and PDF formats which was
: designed specifically for on-screen reading of documents.
: Especially on mobile devices, reading DVI or PDF documents can
: be cumbersome. Mobile devices are available in a large variety
: of sizes but typically are not large enough to display
: documents formated for a4/letter-size paper. To compensate for
: the limitations of a small screen, users are used to
: alternating between landscape (few long lines) and portrait
: (more short lines) mode. The HINT format supports variable and
: varying screen sizes, leveraging the ability of TeX to format a
: document for nearly-arbitrary values of \hsize and \vsize.