How to Install and Uninstall texlive-dtl.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "texlive-dtl.x86_64" package

This guide let you learn how to install texlive-dtl.x86_64 on Fedora 36

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

2. Uninstall "texlive-dtl.x86_64" package

This guide covers the steps necessary to uninstall texlive-dtl.x86_64 on Fedora 36:

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

3. Information about the texlive-dtl.x86_64 package on Fedora 36

Last metadata expiration check: 3:08:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-dtl
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : x86_64
Size : 42 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
Summary : Tools to dis-assemble and re-assemble DVI files
URL : http://tug.org/texlive/
License : Public Domain
Description : DTL (DVI Text Language) is a means of expressing the content of
: a DVI file, which is readily readable by humans. The DTL bundle
: contains an assembler dt2dv (which produces DVI files from DTL
: files) and a disassembler dv2dt (which produces DTL files from
: DVI files). The DTL bundle was developed so as to avoid some
: infelicities of dvitype (among other pressing reasons).