How To Install texlive-elements on Fedora 36
Introduction
In this tutorial we learn how to install texlive-elements on Fedora 36.
What is texlive-elements
The package provides means for retrieving properties of chemical elements like atomic number, element symbol, element name, electron distribution or isotope number. Properties are defined for the elements up to the atomic number 112. This package is a spin-off of the package bohr by the same author.
We can use yum or dnf to install texlive-elements on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-elements.
Install texlive-elements 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-elements using dnf by running the following command:
sudo dnf -y install texlive-elements
Install texlive-elements 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-elements using yum by running the following command:
sudo yum -y install texlive-elements
How To Uninstall texlive-elements on Fedora 36
To uninstall only the texlive-elements package we can use the following command:
sudo dnf remove texlive-elements
texlive-elements Package Contents on Fedora 36
/usr/share/licenses/texlive-elements
/usr/share/licenses/texlive-elements/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/elements
/usr/share/texlive/texmf-dist/tex/latex/elements/elements.sty
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_brazil.def
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_english.def
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_french.def
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_german.def
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_portuges.def
/usr/share/texlive/texmf-dist/tex/latex/elements/elements_names_spanish.def
References
Summary
In this tutorial we learn how to install texlive-elements on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).