How to Install and Uninstall python3-ipython Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-ipython" package

Please follow the instructions below to install python3-ipython on Kali Linux

$ sudo apt update $ sudo apt install python3-ipython

2. Uninstall "python3-ipython" package

In this section, we are going to explain the necessary steps to uninstall python3-ipython on Kali Linux:

$ sudo apt remove python3-ipython $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ipython package on Kali Linux

Package: python3-ipython
Source: ipython
Version: 8.20.0-1
Installed-Size: 2662
Maintainer: Debian Python Team
Architecture: all
Depends: python3-decorator, python3-exceptiongroup | python3-supported-min (>= 3.11), python3-jedi (>= 0.16), python3-matplotlib-inline, python3-pexpect, python3-prompt-toolkit (>= 2), python3-pygments, python3-stack-data, python3-traitlets, python3-typing-extensions | python3-supported-min (>= 3.10), python3:any, python3-setuptools
Suggests: python-ipython-doc
Size: 555644
SHA256: 4f2d3783487710e72e7426fbb3d02d37b95336439babe4ec38da75afaa046240
SHA1: 6f367679ca6971f0d453fa8f964d67f78579b002
MD5sum: e97c60cc3b2861782812c503cbaf8b1e
Description: Enhanced interactive Python shell (Python 3 version)
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
computing (like Matlab or Mathematica) when paired with the standard
Python scientific and numerical tools. It supports dynamic object
introspections, numbered input/output prompts, a macro system,
session logging, session restoring, complete system shell access,
verbose and colored traceback reports, auto-parentheses, auto-quoting,
and is embeddable in other Python programs.
.
This package contains the backend terminal shell for Python 3: for
the actual frontend install ipython3.
Description-md5:
Homepage: https://github.com/ipython/ipython
Section: python
Priority: optional
Filename: pool/main/i/ipython/python3-ipython_8.20.0-1_all.deb