How To Install texlive-nucleardata on Fedora 36

In this tutorial we learn how to install texlive-nucleardata in Fedora 36. texlive-nucleardata is Provides data about atomic nuclides for documents

Introduction

In this tutorial we learn how to install texlive-nucleardata on Fedora 36.

What is texlive-nucleardata

The package provides data and commands for including nuclear and atomic mass and energy data in LaTeX documents. It uses the PythonTeX package and requires pythontex.exe to be called with the TeX file as the argument.

We can use yum or dnf to install texlive-nucleardata on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-nucleardata.

Install texlive-nucleardata 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-nucleardata using dnf by running the following command:

sudo dnf -y install texlive-nucleardata

Install texlive-nucleardata 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-nucleardata using yum by running the following command:

sudo yum -y install texlive-nucleardata

How To Uninstall texlive-nucleardata on Fedora 36

To uninstall only the texlive-nucleardata package we can use the following command:

sudo dnf remove texlive-nucleardata

texlive-nucleardata Package Contents on Fedora 36

/usr/share/licenses/texlive-nucleardata
/usr/share/licenses/texlive-nucleardata/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/nucleardata
/usr/share/texlive/texmf-dist/tex/latex/nucleardata/elementlist.csv
/usr/share/texlive/texmf-dist/tex/latex/nucleardata/massdata.csv
/usr/share/texlive/texmf-dist/tex/latex/nucleardata/nucleardata.hd
/usr/share/texlive/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
/usr/share/texlive/texmf-dist/tex/latex/nucleardata/nucleardata.sty

References

Summary

In this tutorial we learn how to install texlive-nucleardata on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).