How To Install texlive-dotseqn on Fedora 36
Introduction
In this tutorial we learn how to install texlive-dotseqn on Fedora 36.
What is texlive-dotseqn
The package provides a different format for typesetting equations, one reportedly used in ‘old style Britsh books’ equations aligned on the left, with dots on the right leading to the equation number. In default of an equation number, the package operates much like the fleqn class option (no leaders).
We can use yum or dnf to install texlive-dotseqn on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dotseqn.
Install texlive-dotseqn 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-dotseqn using dnf by running the following command:
sudo dnf -y install texlive-dotseqn
Install texlive-dotseqn 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-dotseqn using yum by running the following command:
sudo yum -y install texlive-dotseqn
How To Uninstall texlive-dotseqn on Fedora 36
To uninstall only the texlive-dotseqn package we can use the following command:
sudo dnf remove texlive-dotseqn
texlive-dotseqn Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/tex/latex/dotseqn
/usr/share/texlive/texmf-dist/tex/latex/dotseqn/dotseqn.sty
References
Summary
In this tutorial we learn how to install texlive-dotseqn on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).