How To Install texlive-dvi2tty on Fedora 36
Introduction
In this tutorial we learn how to install texlive-dvi2tty on Fedora 36.
What is texlive-dvi2tty
A DVI driver to produce an ASCII representation of the document. The original version was written in Pascal, and the present author translated the program to C.
We can use yum or dnf to install texlive-dvi2tty on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dvi2tty.
Install texlive-dvi2tty on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-dvi2tty using dnf by running the following command:
sudo dnf -y install texlive-dvi2tty
Install texlive-dvi2tty on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-dvi2tty using yum by running the following command:
sudo yum -y install texlive-dvi2tty
How To Uninstall texlive-dvi2tty on Fedora 36
To uninstall only the texlive-dvi2tty package we can use the following command:
sudo dnf remove texlive-dvi2tty
texlive-dvi2tty Package Contents on Fedora 36
/usr/bin/disdvi
/usr/bin/dvi2tty
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/a1f3570e0c8e608a53a5d79904b3908a71de5d
/usr/lib/.build-id/52
/usr/lib/.build-id/52/2c309c79e2f4a8c4e95f8b345320a70717d300
/usr/share/licenses/texlive-dvi2tty
/usr/share/licenses/texlive-dvi2tty/gpl.txt
/usr/share/man/man1/disdvi.1.gz
/usr/share/man/man1/dvi2tty.1.gz
References
Summary
In this tutorial we learn how to install texlive-dvi2tty on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).