How To Install texlive-jupynotex on Fedora 36

In this tutorial we learn how to install texlive-jupynotex in Fedora 36. texlive-jupynotex is Include whole or partial Jupyter notebooks in LaTeX documents

Introduction

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

What is texlive-jupynotex

This package provides a python3 script and a LaTeX .sty file which can be used together to include Jupyter Notebooks (all of them, or some specific cells) as part of a LaTeX document. It will convert the Jupyter Notebook format to proper LaTeX so it gets included seamlessly, supporting text, LaTeX, images, etc.

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

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

sudo dnf -y install texlive-jupynotex

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

sudo yum -y install texlive-jupynotex

How To Uninstall texlive-jupynotex on Fedora 36

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

sudo dnf remove texlive-jupynotex

texlive-jupynotex Package Contents on Fedora 36

/usr/share/licenses/texlive-jupynotex
/usr/share/licenses/texlive-jupynotex/apache2.txt
/usr/share/texlive/texmf-dist/doc/latex/jupynotex
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/README.md
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/example
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/example/build
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/example/example.tex
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/example/notebook.ipynb
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/tests
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/tests/run
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/tests/test_cellparser.py
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/tests/test_main.py
/usr/share/texlive/texmf-dist/doc/latex/jupynotex/tests/test_notebook.py
/usr/share/texlive/texmf-dist/tex/latex/jupynotex
/usr/share/texlive/texmf-dist/tex/latex/jupynotex/jupynotex.py
/usr/share/texlive/texmf-dist/tex/latex/jupynotex/jupynotex.sty

References

Summary

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