How To Install texlive-nomencl on Rocky Linux 8
Introduction
In this tutorial we learn how to install texlive-nomencl
on Rocky Linux 8.
What is texlive-nomencl
Produces lists of symbols using the capabilities of the MakeIndex program.
We can use yum
or dnf
to install texlive-nomencl
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-nomencl.
Install texlive-nomencl on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-nomencl
using dnf
by running the following command:
sudo dnf -y install texlive-nomencl
Install texlive-nomencl on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-nomencl
using yum
by running the following command:
sudo yum -y install texlive-nomencl
How To Uninstall texlive-nomencl on Rocky Linux 8
To uninstall only the texlive-nomencl
package we can use the following command:
sudo dnf remove texlive-nomencl
texlive-nomencl Package Contents on Rocky Linux 8
/usr/share/licenses/texlive-nomencl
/usr/share/licenses/texlive-nomencl/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/nomencl
/usr/share/texlive/texmf-dist/doc/latex/nomencl/README
/usr/share/texlive/texmf-dist/doc/latex/nomencl/nomencl.pdf
/usr/share/texlive/texmf-dist/makeindex/nomencl
/usr/share/texlive/texmf-dist/makeindex/nomencl/nomencl.ist
/usr/share/texlive/texmf-dist/tex/latex/nomencl
/usr/share/texlive/texmf-dist/tex/latex/nomencl/nomencl.sty
/usr/share/texlive/texmf-dist/tex/latex/nomencl/sample01.cfg
/usr/share/texlive/texmf-dist/tex/latex/nomencl/sample02.cfg
/usr/share/texlive/texmf-dist/tex/latex/nomencl/sample04.cfg
/usr/share/texlive/texmf-dist/tex/latex/nomencl/sample05.cfg
References
Summary
In this tutorial we learn how to install texlive-nomencl
on Rocky Linux 8 using yum and dnf.