How To Install python3-pari-jupyter on Fedora 36

In this tutorial we learn how to install python3-pari-jupyter in Fedora 36. python3-pari-jupyter is Jupyter kernel for PARI/GP

Introduction

In this tutorial we learn how to install python3-pari-jupyter on Fedora 36.

What is python3-pari-jupyter

This package contains a Jupyter kernel for PARI/GP.

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

Install python3-pari-jupyter 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 python3-pari-jupyter using dnf by running the following command:

sudo dnf -y install python3-pari-jupyter

Install python3-pari-jupyter 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 python3-pari-jupyter using yum by running the following command:

sudo yum -y install python3-pari-jupyter

How To Uninstall python3-pari-jupyter on Fedora 36

To uninstall only the python3-pari-jupyter package we can use the following command:

sudo dnf remove python3-pari-jupyter

python3-pari-jupyter Package Contents on Fedora 36

/etc/jupyter/nbconfig/notebook.d/gp-mode.json
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/0b04524beb7289dee32fe0d2905edb05435fd7
/usr/lib/.build-id/80
/usr/lib/.build-id/80/d07f7ea34dffea3e7f2b9f21ac6df494d7119d
/usr/lib/.build-id/84
/usr/lib/.build-id/84/19ba1de52d06508c6edecc927aaf94cab7e911
/usr/lib64/python3.10/site-packages/PARIKernel
/usr/lib64/python3.10/site-packages/PARIKernel/__init__.py
/usr/lib64/python3.10/site-packages/PARIKernel/__main__.py
/usr/lib64/python3.10/site-packages/PARIKernel/__pycache__
/usr/lib64/python3.10/site-packages/PARIKernel/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/PARIKernel/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/PARIKernel/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/PARIKernel/__pycache__/__main__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/PARIKernel/io.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/PARIKernel/kernel.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/PARIKernel/svg.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info/METADATA
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/pari_jupyter-1.4.1.dist-info/top_level.txt
/usr/share/doc/python3-pari-jupyter
/usr/share/doc/python3-pari-jupyter/README.html
/usr/share/jupyter/kernels/pari_jupyter
/usr/share/jupyter/kernels/pari_jupyter/kernel.js
/usr/share/jupyter/kernels/pari_jupyter/kernel.json
/usr/share/jupyter/kernels/pari_jupyter/logo-64x64.png
/usr/share/jupyter/nbextensions/gp-mode
/usr/share/jupyter/nbextensions/gp-mode/gp.js
/usr/share/jupyter/nbextensions/gp-mode/main.js
/usr/share/licenses/python3-pari-jupyter
/usr/share/licenses/python3-pari-jupyter/LICENSE

References

Summary

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