How To Install texlive-mfware on AlmaLinux 8

In this tutorial we learn how to install texlive-mfware in AlmaLinux 8. texlive-mfware is Supporting tools for use with Metafont

Introduction

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

What is texlive-mfware

A collection of programs for processing the output of Metafont.

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

Install texlive-mfware 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-mfware using dnf by running the following command:

sudo dnf -y install texlive-mfware

Install texlive-mfware 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-mfware using yum by running the following command:

sudo yum -y install texlive-mfware

How To Uninstall texlive-mfware on AlmaLinux 8

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

sudo dnf remove texlive-mfware

References

Summary

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