How To Install texlive-ascelike on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ascelike on Fedora 36.
What is texlive-ascelike
A document class and bibliographic style that prepares documents in the style required by the American Society of Civil Engineers (ASCE). These are unofficial files, not sanctioned by that organization, and the files specifically give this caveat. Also included is a short documentation/example of how to use the class.
We can use yum or dnf to install texlive-ascelike on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ascelike.
Install texlive-ascelike 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-ascelike using dnf by running the following command:
sudo dnf -y install texlive-ascelike
Install texlive-ascelike 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-ascelike using yum by running the following command:
sudo yum -y install texlive-ascelike
How To Uninstall texlive-ascelike on Fedora 36
To uninstall only the texlive-ascelike package we can use the following command:
sudo dnf remove texlive-ascelike
texlive-ascelike Package Contents on Fedora 36
/usr/share/licenses/texlive-ascelike
/usr/share/licenses/texlive-ascelike/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/ascelike
/usr/share/texlive/texmf-dist/bibtex/bst/ascelike/ascelike.bst
/usr/share/texlive/texmf-dist/tex/latex/ascelike
/usr/share/texlive/texmf-dist/tex/latex/ascelike/ascelike.cls
References
Summary
In this tutorial we learn how to install texlive-ascelike on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).