How To Install python-jupyter-filesystem on Fedora 36

In this tutorial we learn how to install python-jupyter-filesystem in Fedora 36. python-jupyter-filesystem is Jupyter filesystem layout

Introduction

In this tutorial we learn how to install python-jupyter-filesystem on Fedora 36.

What is python-jupyter-filesystem

This package provides directories required by other packages that add extensions to Jupyter.

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

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

sudo dnf -y install python-jupyter-filesystem

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

sudo yum -y install python-jupyter-filesystem

How To Uninstall python-jupyter-filesystem on Fedora 36

To uninstall only the python-jupyter-filesystem package we can use the following command:

sudo dnf remove python-jupyter-filesystem

python-jupyter-filesystem Package Contents on Fedora 36

/etc/jupyter
/etc/jupyter/jupyter_notebook_config.d
/etc/jupyter/jupyter_server_config.d
/etc/jupyter/nbconfig
/etc/jupyter/nbconfig/common.d
/etc/jupyter/nbconfig/edit.d
/etc/jupyter/nbconfig/notebook.d
/etc/jupyter/nbconfig/terminal.d
/etc/jupyter/nbconfig/tree.d
/usr/share/jupyter
/usr/share/jupyter/kernels
/usr/share/jupyter/labextensions
/usr/share/jupyter/nbextensions

References

Summary

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