How To Install texlive-ejpecp on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ejpecp on Fedora 36.
What is texlive-ejpecp
The class is designed for typesetting articles for the mathematical research periodicals Electronic Journal of Probability (EJP) and Electronic Communications in Probability (ECP). It depends on amsmath, amsfonts, amsthm, bera, dsfont, geometry, graphicx, hyperref, lastpage, latexsym, mathtools, microtype, and afterpackage.
We can use yum or dnf to install texlive-ejpecp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ejpecp.
Install texlive-ejpecp 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-ejpecp using dnf by running the following command:
sudo dnf -y install texlive-ejpecp
Install texlive-ejpecp 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-ejpecp using yum by running the following command:
sudo yum -y install texlive-ejpecp
How To Uninstall texlive-ejpecp on Fedora 36
To uninstall only the texlive-ejpecp package we can use the following command:
sudo dnf remove texlive-ejpecp
texlive-ejpecp Package Contents on Fedora 36
/usr/share/licenses/texlive-ejpecp
/usr/share/licenses/texlive-ejpecp/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/ejpecp
/usr/share/texlive/texmf-dist/tex/latex/ejpecp/ejpecp.cls
References
Summary
In this tutorial we learn how to install texlive-ejpecp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).