How to Install and Uninstall python3-ipdb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-ipdb" package

Please follow the steps below to install python3-ipdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ipdb

2. Uninstall "python3-ipdb" package

This guide covers the steps necessary to uninstall python3-ipdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-ipdb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-ipdb
Priority: optional
Section: universe/python
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ipdb
Version: 0.8.1-1
Depends: ipython3, python3, python3:any (>= 3.3.2-2~), python3-pkg-resources
Filename: pool/universe/i/ipdb/python3-ipdb_0.8.1-1_all.deb
Size: 7814
MD5sum: 52e7602fef6b18bce08e87b90851747a
SHA1: 2b2c6568efd4f66933cc88dfd5f34529c067ace9
SHA256: f98734bed68c30aa0ec403330ba90f0009cc47bad44e22aa8888d8ead1ce41f8
Description-en: IPython-based pdb replacement (Python 3 version)
ipdb is a replacement for pdb Python debugger, adding IPython features (tab
completion, syntax highlighting, better tracebacks, better introspection) to
it.
.
ipdb contains replacements for all functions from the pdb stdlib module. It
also contains the ipdb3 binary which can be used instead of the pdb3 binary to
debug standalone scripts.
.
This package contains the Python 3 version of the module.
Description-md5: 0e6cdf4a7250147dec9e4e1e5b2f1b70
Homepage: https://github.com/gotcha/ipdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu