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

Last updated: May 18,2024

1. Install "python-ipdb" package

Learn how to install python-ipdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ipdb

2. Uninstall "python-ipdb" package

Please follow the steps below to uninstall python-ipdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ipdb
Priority: optional
Section: universe/python
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ipdb
Version: 0.8.1-1
Depends: ipython, python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Filename: pool/universe/i/ipdb/python-ipdb_0.8.1-1_all.deb
Size: 7866
MD5sum: 8a40e50059ab642fe80ccf4ea625907f
SHA1: 5add331b98e86d2b5f52d1a5eb7a7813a7854e91
SHA256: 8bf40c7a19e20ab7d9bfba88a75c4f8a99e1f77ddaeec2a658f1c6d4d91d3d26
Description-en: IPython-based pdb replacement
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 ipdb binary which can be used instead of the pdb binary to
debug standalone scripts.
Description-md5: fbb81764e75080a2dc25a9139d6f8501
Homepage: https://github.com/gotcha/ipdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu