How to Install and Uninstall jupyter Package on Kali Linux

Last updated: May 11,2024

1. Install "jupyter" package

Please follow the step by step instructions below to install jupyter on Kali Linux

$ sudo apt update $ sudo apt install jupyter

2. Uninstall "jupyter" package

Please follow the guidance below to uninstall jupyter on Kali Linux:

$ sudo apt remove jupyter $ sudo apt autoclean && sudo apt autoremove

3. Information about the jupyter package on Kali Linux

Package: jupyter
Source: jupyter-core
Version: 5.3.2-1
Installed-Size: 17
Maintainer: Debian Python Team
Architecture: all
Depends: jupyter-client, jupyter-console, jupyter-core, jupyter-nbformat
Recommends: jupyter-nbconvert, jupyter-notebook, python3-ipykernel
Suggests: jupyter-qtconsole
Size: 10816
SHA256: ab37855bd78404ed7ecf87c990fa626256c304e8adcf5600b7a75c5fdf2e7f6b
SHA1: a1617eb3cb19da5ed55de5c8e42afe1993a0f1e4
MD5sum: 0495e59b5ff7c7df5e3dca50b3a4066f
Description: Interactive computing environment (metapackage)
Project Jupyter provides tools for interactive computing, useful for data
science, scientific computing and learning. Computational languages for
multiple languages are available; the name Jupyter is derived from
Julia, Python and R.
.
This package depends on a standard set of Jupyter packages;
- the core and client libraries
- the console interface
- the web-based notebook
- tools for working with and converting notebook (ipynb) files
- the python3 computational kernel
.
The various jupyter components can be called using the /usr/bin/jupyter
entrypoint, eg "jupyter notebook".
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jupyter/jupyter_core
Section: metapackages
Priority: optional
Filename: pool/main/j/jupyter-core/jupyter_5.3.2-1_all.deb