How to Install and Uninstall pydevd Package on Kali Linux

Last updated: November 05,2024

1. Install "pydevd" package

This tutorial shows how to install pydevd on Kali Linux

$ sudo apt update $ sudo apt install pydevd

2. Uninstall "pydevd" package

Please follow the guidance below to uninstall pydevd on Kali Linux:

$ sudo apt remove pydevd $ sudo apt autoclean && sudo apt autoremove

3. Information about the pydevd package on Kali Linux

Package: pydevd
Version: 2.10.0+ds-10
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pydevd (>= 2.10.0+ds-10), python3:any
Size: 11800
SHA256: 44b3bd464316b84b9bddab9c6986cafe9b357c052c072879265817f5b9d4bc6a
SHA1: c556ca51500605ab88fd86f9d44b57ab7eaeddad
MD5sum: eb04cfd5d79aaf2c322f23197324d42a
Description: Debugger used by debugpy (command line script)
This is the debugger underlying debugpy, which is used by IPython and
Spyder, among others.
.
This package can also be used for remote debugging, connecting from an IDE.
.
This package provides the "pydevd" command to run pydevd on another
Python script from the command line.
Description-md5:
Homepage: https://github.com/fabioz/PyDev.Debugger/
Section: utils
Priority: optional
Filename: pool/main/p/pydevd/pydevd_2.10.0+ds-10_all.deb