How to Install and Uninstall python3-ipython Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-ipython" package

Please follow the instructions below to install python3-ipython on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-ipython

2. Uninstall "python3-ipython" package

Please follow the guidance below to uninstall python3-ipython on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-ipython package on Ubuntu 21.10 (Impish Indri)

Package: python3-ipython
Architecture: all
Version: 7.20.0-1
Priority: optional
Section: universe/python
Source: ipython
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2524
Depends: python3-backcall, python3-decorator, python3-jedi (>= 0.16), python3-pexpect, python3-pickleshare, python3-pkg-resources, python3-prompt-toolkit (>= 2), python3-pygments, python3-traitlets, python3:any
Suggests: python-ipython-doc
Filename: pool/universe/i/ipython/python3-ipython_7.20.0-1_all.deb
Size: 498200
MD5sum: fed28578726450eee5f0aa832d79b7e0
SHA1: cb802f549bd4271279560f663ab6d3a09529e49f
SHA256: 1a5099d78390dcf5b378a569ec1a4dbd0ede8e74c3324e96248a3558ca37021c
SHA512: b6d70bd68026c8c08ea4481e50f52ceeabdff74ca697dca51a3ee0feb4d385e0dd49d73936a27cf853e0c5acaa921a9d5dcc32d0bdda072dab67dd3bdc39a03e
Homepage: https://github.com/ipython/ipython
Description-en: 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: 0e78173741a89e44c6c0babc81b3f10a
Task: ubuntustudio-publishing