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

Last updated: October 02,2024

1. Install "texlive-hitex.x86_64" package

In this section, we are going to explain the necessary steps to install texlive-hitex.x86_64 on Fedora 38

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

2. Uninstall "texlive-hitex.x86_64" package

Learn how to uninstall texlive-hitex.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:06:15 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : texlive-hitex
Epoch : 10
Version : svn63708
Release : 72.fc38
Architecture : x86_64
Size : 2.7 M
Source : texlive-base-20220321-72.fc38.src.rpm
Repository : updates
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.