How To Install texlive-xdvi.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-xdvi.noarch in Amazon Linux 2. texlive-xdvi.noarch is A DVI previewer for the X Window System

Introduction

In this tutorial we learn how to install texlive-xdvi.noarch on Amazon Linux 2.

What is texlive-xdvi.noarch

The canonical previewer for use on Unix and other X-windows based systems. The distribution has been integrated with that of xdvik (no longer separately available), so that it will build with web2c “out of the box”. In practice, it is usually distributed via Tex-live. date

We can use yum to install texlive-xdvi.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xdvi.noarch.

Install texlive-xdvi.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-xdvi.noarch using yum by running the following command:

sudo yum -y install texlive-xdvi.noarch

How To Uninstall texlive-xdvi.noarch on Amazon Linux 2

To uninstall only the texlive-xdvi.noarch package we can use the following command:

sudo yum remove texlive-xdvi.noarch

texlive-xdvi.noarch Package Contents on Amazon Linux 2

/usr/share/man/man1/xdvi.1.gz
/usr/share/texlive/texmf/xdvi/XDvi
/usr/share/texlive/texmf/xdvi/pixmap/toolbar.xpm
/usr/share/texlive/texmf/xdvi/pixmap/toolbar2.xpm
/usr/share/texlive/texmf/xdvi/xdvi.cfg

References

Summary

In this tutorial we learn how to install texlive-xdvi.noarch on Amazon Linux 2 using yum.