How To Install texlive-texlive-docindex on AlmaLinux 8

In this tutorial we learn how to install texlive-texlive-docindex in AlmaLinux 8. texlive-texlive-docindex is top-level TeX Live doc.html, etc

Introduction

In this tutorial we learn how to install texlive-texlive-docindex on AlmaLinux 8.

What is texlive-texlive-docindex

These files are regenerated as needed, which is often, so we make them a separate package. See the tl-update-auto script for the process.

We can use yum or dnf to install texlive-texlive-docindex on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-texlive-docindex.

Install texlive-texlive-docindex on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-texlive-docindex using dnf by running the following command:

sudo dnf -y install texlive-texlive-docindex

Install texlive-texlive-docindex on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install texlive-texlive-docindex

How To Uninstall texlive-texlive-docindex on AlmaLinux 8

To uninstall only the texlive-texlive-docindex package we can use the following command:

sudo dnf remove texlive-texlive-docindex

References

Summary

In this tutorial we learn how to install texlive-texlive-docindex on AlmaLinux 8 using yum and dnf.