How To Install texlive-fancyhdr on AlmaLinux 8
Introduction
In this tutorial we learn how to install texlive-fancyhdr on AlmaLinux 8.
What is texlive-fancyhdr
The package provides extensive facilities, both for constructing headers and footers, and for controlling their use (for example, at times when LaTeX would automatically change the heading style in use).
We can use yum or dnf to install texlive-fancyhdr on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fancyhdr.
Install texlive-fancyhdr 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-fancyhdr using dnf by running the following command:
sudo dnf -y install texlive-fancyhdr
Install texlive-fancyhdr 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-fancyhdr using yum by running the following command:
sudo yum -y install texlive-fancyhdr
How To Uninstall texlive-fancyhdr on AlmaLinux 8
To uninstall only the texlive-fancyhdr package we can use the following command:
sudo dnf remove texlive-fancyhdr
References
Summary
In this tutorial we learn how to install texlive-fancyhdr on AlmaLinux 8 using yum and dnf.