How to Install and Uninstall ipython3-qtconsole Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "ipython3-qtconsole" package

Learn how to install ipython3-qtconsole on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ipython3-qtconsole

2. Uninstall "ipython3-qtconsole" package

This tutorial shows how to uninstall ipython3-qtconsole on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ipython3-qtconsole $ sudo apt autoclean && sudo apt autoremove

3. Information about the ipython3-qtconsole package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ipython3-qtconsole
Priority: optional
Section: universe/python
Installed-Size: 378
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ipython
Version: 2.4.1-1
Depends: ipython3 (= 2.4.1-1), python3-pkg-resources, python3-pygments, python3-pyqt4 | python3-pyside.qtcore, python3-pyqt4 | python3-pyside.qtgui, python3-pyqt4 | python3-pyside.qtsvg, python3-zmq (>= 2.1.11), python3:any (>= 3.3.2-2~)
Filename: pool/universe/i/ipython/ipython3-qtconsole_2.4.1-1_all.deb
Size: 67828
MD5sum: 019892a03e8ee69affe273bf900376cb
SHA1: 13e44b192aa69e1b0bfbd1c79e5748f3b8f2d2cd
SHA256: ad9b175db5efec551dbee504dbd9acf5b9999aedef5d80b32ee614889f3dd17a
Description-en: enhanced interactive Python 3 shell - Qt console
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 Python3 variant of the qt console.
Description-md5: caf1a8fc73bdb6187b75b10b63cb0ecb
Homepage: http://ipython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu