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

Last updated: May 13,2024

1. Install "python3-debugpy" package

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

$ sudo apt update $ sudo apt install python3-debugpy

2. Uninstall "python3-debugpy" package

Please follow the instructions below to uninstall python3-debugpy on Kali Linux:

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

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

Package: python3-debugpy
Source: debugpy
Version: 1.8.0+ds-4
Installed-Size: 318
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pydevd (<< 2.11), python3-pydevd (>= 2.10.0+ds-2), python3:any
Size: 66740
SHA256: 926036766d11b12a746ac0a198be36e1461cab10d04433814b6b170dd9f2da79
SHA1: 75359281a2ca3ba1bb449a227892b5550b65a3c6
MD5sum: e7348008d48fdb69db318282e4189432
Description: Implementation of the Debug Adapter Protocol for Python 3
This package allows debugging of Python using Spyder and VS Code, among
others. It can also be used directly.
.
It provides an interface to run on top of existing scripts or modules,
attach to a running process by ID or by importing debugpy into Python code.
Description-md5:
Homepage: https://github.com/microsoft/debugpy
Section: python
Priority: optional
Filename: pool/main/d/debugpy/python3-debugpy_1.8.0+ds-4_all.deb