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

Last updated: May 18,2024

1. Install "python3-ipdb" package

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

$ sudo apt update $ sudo apt install python3-ipdb

2. Uninstall "python3-ipdb" package

Here is a brief guide to show you how to uninstall python3-ipdb on Kali Linux:

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

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

Package: python3-ipdb
Source: ipdb
Version: 0.13.13-1
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: python3-decorator, python3-ipython | python3 (<< 2.7) | python3 (>> 2.8), python3-ipython | python3 (<< 3.11), python3-ipython | python3 (<< 3.4) | python3 (>> 3.5), python3-ipython | python3 (<< 3.5) | python3 (>> 3.6), python3-ipython | python3 (<< 3.6) | python3 (>> 3.7), python3-toml (>= 0.10.2), python3-tomli | python3 (<< 3.6) | python3 (>> 3.7), python3:any, python3-pkg-resources, ipython3
Size: 17224
SHA256: 3fb0c4802a1e56f87492b46cbe77747d61f5228b3f45d5cdf8714d01f3a06676
SHA1: da00d127225ef6d092d8ab12b5b8883d89cc8141
MD5sum: 0fe10f719abd7e138c1684c75050a8ff
Description: 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:
Homepage: https://github.com/gotcha/ipdb
Tag: devel::debugger, devel::lang:python, implemented-in::python,
interface::shell, interface::text-mode, role::program, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/i/ipdb/python3-ipdb_0.13.13-1_all.deb