How to Install and Uninstall texlive-tex4ht.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "texlive-tex4ht.x86_64" package

Please follow the guidelines below to install texlive-tex4ht.x86_64 on Fedora 35

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

2. Uninstall "texlive-tex4ht.x86_64" package

Please follow the step by step instructions below to uninstall texlive-tex4ht.x86_64 on Fedora 35:

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

3. Information about the texlive-tex4ht.x86_64 package on Fedora 35

Last metadata expiration check: 5:17:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-tex4ht
Epoch : 9
Version : 20210325
Release : 44.fc35
Architecture : x86_64
Size : 2.1 M
Source : texlive-base-20210325-44.fc35.src.rpm
Repository : updates
Summary : Convert (La)TeX to HTML/XML
URL : http://tug.org/texlive/
License : LPPL
Description : A converter from TeX and LaTeX to SGML-based formats such as
: (X)HTML, MathML, OpenDocument, and DocBook, providing a
: configurable (La)TeX-based authoring system for hypertext.
: Tex4ht does not parse (La)TeX source (so that it avoids the
: difficulties encountered by many other converters, arising from
: the irregularity of (La)TeX syntax). Instead, Tex4ht uses
: (La)TeX itself (with an extra macro package) to produce a non-
: standard DVI file that it can then process. This technique
: allows TeX4ht to approach the robustness characteristic of
: restricted-syntax systems such as hyperlatex and gellmu.